Expand description
Common utilities shared across CLI commands.
Provides shared functionality for building server configurations from CLI arguments
and loading MCP server definitions from ~/.claude/mcp.json.
Structs§
- McpConfig
- MCP configuration file structure (
~/.claude/mcp.json). - McpServer
Entry - Individual MCP server configuration entry from
mcp.json.
Enums§
- McpTransport
- Canonical in-crate representation of an MCP server’s transport.
- Server
Source - Fully-resolved “how do I reach this server” selection for
introspectandgenerate. - Transport
Args - CLI-flag mirror of
McpTransport, holding the raw, unvalidatedOption/Vec<String>values clap hands back.