Module protocol

Source
Expand description

Protocol-specific types and implementations

Structs§

Notification
Base JSON-RPC notification structure
Request
Base JSON-RPC request structure
Response
Base JSON-RPC response structure
ResponseError
JSON-RPC error object

Enums§

RequestId
A unique identifier for a request

Constants§

JSONRPC_VERSION
JSON-RPC version used by the MCP protocol
LATEST_PROTOCOL_VERSION
The latest supported protocol version of MCP
SUPPORTED_PROTOCOL_VERSIONS
List of all protocol versions supported by this SDK