Asking to see if there's interest in a PR for this, which I am already working on.
Proposal:
Add a trache mcp command that launches a FastMCP server with the rest of the CLI subcommands exposed as MCP tools.
For now, purely additive change. Don't interfere with the existing trache CLI which still works (and eg. if you just need to quickly inspect a board from the command line, you still can).
Benefits:
- tools self-describe their inputs and outputs, and description strings to help the agent know when to use each tool
- no more
agents and agents --ack because there's no additional configuration beyond the MCP server itself
Asking to see if there's interest in a PR for this, which I am already working on.
Proposal:
Add a
trache mcpcommand that launches a FastMCP server with the rest of the CLI subcommands exposed as MCP tools.For now, purely additive change. Don't interfere with the existing trache CLI which still works (and eg. if you just need to quickly inspect a board from the command line, you still can).
Benefits:
agentsandagents --ackbecause there's no additional configuration beyond the MCP server itself