pub fn load_mcp_config(path: &Path) -> Result<Vec<McpServer>>Expand description
Load MCP server configurations from a JSON file. Expected format:
{ "servers": [ { "name": "...", "command": "...", "args": [...] }, { "name": "...", "url": "http://..." } ] }