MCP
tc mcp command spins up a MCP server. It currently exposes a handful of tools (compose, build, create, delete, update, test, invoke, changelog). All of the tools take a dir, profile, sandbox as arguments.
Using mcp-cli
Section titled “Using mcp-cli”cat ~/.config/mcp/mcp_servers.json{ "mcpServers": { "tc": { "command": "tc", "args": [ "mcp" ] } } mcp-cli info tc
Server: tcTransport: stdioCommand: tc mcp
Tools (9): build Parameters: • dir (string, required) • profile (string, required)
changelog Parameters: • between (string,null, optional) • dir (string, required) • search (string,null, optional) • verbose (boolean, required)
compose Parameters: • dir (string, required) • recursive (boolean, required)
create Parameters: • dir (string, required) • profile (string, required) • recursive (boolean, required) • sandbox (string, required)mcp-cli call tc <tool> <params>mcp-clitc • build • changelog • compose • create • delete • invoke • resolve • test • update