Skip to main content

Module protocol

Module protocol 

Source
Expand description

MCP protocol layer — message handling, validation, and capability negotiation.

Re-exports§

pub use handler::ProtocolHandler;

Modules§

compact
Compact facade layer — groups 14 tools into 3 compact facades.
handler
Main request dispatcher — receives JSON-RPC messages, routes to handlers.
negotiation
MCP capability negotiation during initialization.
validator
JSON-RPC message validation per MCP spec.