Skip to main content

load_mcp_config

Function load_mcp_config 

Source
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://..." } ] }