Constant JSONRPC_VERSION

Source
pub const JSONRPC_VERSION: &str = "2.0";
Expand description

JSON-RPC version used by the MCP protocol

MCP uses JSON-RPC 2.0 for its message format. This constant is used to ensure all messages conform to the correct specification.