Protocol fundamentals
Educational demo showing JSON-RPC 2.0 calls, tool discovery, and parameter schemas.
Learn Model Context Protocol mechanics step-by-step.
Model Context Protocol (MCP) uses JSON-RPC 2.0 for tool communication:
{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}