pub const JSONRPC_VERSION: &str = "2.0";
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.