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§

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.