MCP 2.0 eliminates session management by moving from two-request stateful initialization to single-request stateless calls, removing server-side state tracking entirely.
Summary
Developers can now build MCP clients and servers with significantly less boilerplate, making the protocol viable for smaller models running on laptops and scalable web applications that avoid session routing complexity.
Why it matters
Developers can now build MCP clients and servers with significantly less boilerplate, making the protocol viable for smaller models running on laptops and scalable web applications that avoid session routing complexity.
Implementation verdict
Replaces legacy MCP (Nov 2024–July 2026) with single-request HTTP pattern using headers instead of session IDs. Requires updating clients to use MCP-Protocol-Version: 2026-07-28 and Mcp-Method headers. Ready now—three working projects shipped this week by author; public spec and CLI tools available.
Sources
Dev Signal
Get briefs like this in your inbox — free, every weekday.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.