Docs/CLI reference

CLI reference

tama mcp-config

Prints the MCP client configuration fragment for Tama's native MCP server.

Prints the MCP client configuration fragment for Tama's native MCP server.

#Invocation

tama mcp-config

The command takes no required input or public options.

#Output and state

Stdout receives a JSON document with mcpServers.tama.command and an empty args array. The command points at tama-mcp-server beside the running CLI when that file exists, otherwise at the bare command name tama-mcp-server. It never writes client configuration.

#Refusals and failures

There are no command-specific policy refusals. The bare-name fallback is valid output rather than a missing-server error; actual server discovery occurs when the client starts that command.

Return to the complete CLI command tree.