pub async fn start_server(graph_path: &Path) -> Result<(), ServeError>Expand description
Start the MCP server over stdio (JSON-RPC 2.0).
Reads requests from stdin, writes responses to stdout.
This is the entry point called by the CLI serve command.