Why MCP uses JSON RPC
MCP is completely agnostic to HTTP (and its versions). MCP doesn’t require HTTP at all. ✅ MCP Is Transport-Agnostic MCP is fundamentally about structured message passing, not the transport. It can work over: 🧠 Why MCP Skips HTTP HTTP comes with baggage MCP doesn’t need, like: HTTP Concern Needed in MCP? Why Not? Verb (GET/POST/PUT/…) […]