1 2 3 4 5 6 7
//! MCP protocol handling — JSON-RPC dispatch. pub mod handler; pub mod negotiation; pub mod validator; pub use handler::ProtocolHandler;