pub const MCP_CHANNEL_DIR_PREFIX: &str = ".claude/channels/agent";Expand description
Subdirectory of $HOME holding per-agent mcp-config.json files.
Claude reads ~/.claude/channels/agent/<agent-name>/mcp-config.json
when launched with --mcp-config pointing into it.