TL;DR
Only 1 out of 4,356 reachable MCP servers is prepared for the upcoming 2026-07-28 MCP specification release. A new tool, mcp-spec-check, evaluates server readiness by probing live endpoints without requiring code access.
✦ Why It Matters
Server operators should use mcp-spec-check today to assess their readiness for the upcoming MCP spec changes.
Key Takeaways
Full Summary
The 2026-07-28 MCP (Message Communication Protocol) release represents the most significant update since its inception, introducing a stateless core that eliminates the initialize handshake and Mcp-Session-Id. Key changes include mandatory Mcp-Method/Mcp-Name routing headers and the replacement of Server-Sent Events (SSE) with Multi Round-Trip Requests.
To assess server compliance with the new spec, the mcp-spec-check tool uses black-box probing to evaluate live endpoints, providing immediate feedback on readiness. Currently, only 1 in 4,356 reachable servers is ready for the new specification, indicating a substantial gap in adoption.
As SDKs and clients transition to the stateless core, servers that do not migrate risk losing support within a year. This situation necessitates prompt action from server operators to ensure continued functionality and compliance with the evolving protocol.
Related