MCP 2.0 GOES STATELESS, MAKING AGENT TOOLS EASIER AND SAFER TO SHIP
Anthropic’s Model Context Protocol 2.0 switches to stateless requests, making agent tools simpler to build, run, and audit. Simon Willison breaks down the [sta...
Anthropic’s Model Context Protocol 2.0 switches to stateless requests, making agent tools simpler to build, run, and audit.
Simon Willison breaks down the stateless MCP spec, which replaces session-init handshakes with a single HTTP call carrying MCP headers. This trims surface area and complexity for both clients and servers.
Early adopters are already shipping: Willison released llm-mcp-client 0.1a0 and datasette-agent 0.4a0. A community build shows how fast a custom MCP server comes together.
Expect quick integration with IDE agents: Claude Code’s plugin directory leans on MCP-style servers and hooks, so the stateless shift should smooth plugin and enterprise tool onboarding.
Stateless MCP cuts complexity and makes it easier to safely expose backend capabilities to agents.
Tighter control than shell+curl reduces blast radius and improves auditability for regulated environments.
-
terminal
Wrap one internal REST endpoint as a stateless MCP tool; measure latency, error mapping, and audit logs vs direct calls.
-
terminal
Replace a shell/curl Skill in a pilot agent with an MCP tool; compare success rate, safety incidents, and review effort.
Legacy codebase integration strategies...
- 01.
Add an API gateway adapter that exposes select services as MCP tools with allowlists and per-tool auth.
- 02.
If you have legacy MCP clients, plan side-by-side support while rolling out stateless endpoints.
Fresh architecture paradigms...
- 01.
Design an MCP-first tool surface for agents instead of granting raw shell/network access.
- 02.
Target smaller on-prem models to drive MCP tools for cost and data locality benefits.
Get daily MODEL-CONTEXT-PROTOCOL-MCP + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday