pub fn run_mcp_server(config_path: &Path)Expand description
Run a simple MCP-compatible server over stdio.
Reads JSON-RPC requests from stdin, processes them, and writes JSON-RPC responses to stdout. Supports the MCP protocol for tool discovery and execution.