//! MCP (Model Context Protocol) server for the code graph.
//!
//! Provides a JSON-RPC 2.0 interface over stdio so that AI assistants can
//! query the code graph interactively. Exposes tools for searching, context
//! building, call graph traversal, impact analysis, and more.
/// MCP server implementation.
/// Tool definitions and dispatch.
/// JSON-RPC 2.0 transport types.
pub use McpServer;
pub use ;
pub use ;