Skip to main content

load_mcp_config

Function load_mcp_config 

Source
pub fn load_mcp_config(project_dir: &Path) -> Result<Vec<McpServerConfig>>
Expand description

Load and merge MCP configurations from project and user levels.

Project config (.mcp.json in project root) overrides user config (ATOMCODE_HOME/mcp.json) for servers with the same name.