MCP 2.0 — stateless — from issue No. 001nofeed.dev
Issue No. 001 · 1 August 2026
Use it

MCP 2.0 — stateless

The 2026-07-28 spec drops server-side sessions: one HTTP request instead of initialising, holding an Mcp-Session-Id, then calling. No sticky routing, no session store. Simon Willison shipped three clients and servers off it in a week.4

MATTERS TO · anyone who abandoned MCP for shell tools last year
WHAT THE VERDICT MEANS
Available, works, worth your time today.
Deeper — what changed on the wire
legacy     POST /mcp → initialize → Mcp-Session-Id: 8f2c…
           POST /mcp + Mcp-Session-Id → tools/call

stateless  POST /mcp → tools/call

The server stops holding state, which means an MCP endpoint becomes an ordinary HTTP handler: no session store, no routing the second request back to the same machine, no reason it cannot run on a serverless function. Most of the MCP is a lot of work objection from last year was this handshake.

The second-order argument is the interesting one. An agent with a shell and curl can do more than any tool server, and is far harder to secure — every capability is implicit. An MCP tool surface is enumerable, auditable, and small enough that a laptop-sized model can drive it correctly.

Also in this issue

read the whole thing →
Use itGPT-5.6 price cut · Fast mode
WaitCline 4.1.0 → 4.1.2
Waitqm — multiplayer agent harness
Use itGemini CLI 0.53.1

Get it by email.

One issue every weekday. The whole thing, not a teaser.

Or RSS, if you would rather we never had your address.