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.