• 2 min read
MCP gets a simpler session model next week
A key update to the Model Context Protocol will make session handling more stateless, easing the burden of running MCP servers at scale.

Image: TechCrunch
The Model Context Protocol (MCP) — a core standard for AI interoperability — is about to get a meaningful infrastructure update. According to TechCrunch, the new version rolls out next week, with an official specification that has been public since May.
MCP is the layer that lets AI systems securely connect to outside tools and data sources, such as calendars, databases, and internal services, without requiring a custom integration for every connection. The change coming now is fairly narrow but important: session IDs.
As Arcade’s Nate Barbettini explained, the current system works like this: when an MCP client such as Claude first connects to a server, it sends a greeting with its version and capabilities. The server responds with its own capabilities and issues a session ID, which the client then includes on every later request. If that ID expires, the client has to detect it, request a new one, and continue.

Recommended reading
OVH mass-rebooted hosts to patch Januscape bug
That approach becomes awkward at scale. In a deployment serving millions of users behind a load balancer, requests may be routed to different machines or even different regions. That means every server may need to recognize a session ID created by another server. As Barbettini put it, that is possible, but it creates real operational friction and works against the way load balancers are designed to distribute traffic.
Under the new version, MCP will move to a looser, more stateless model for handling session IDs on the server side, closer to how many ordinary websites already operate. The expected result is simpler maintenance and, at least in theory, lower operating costs for large-scale MCP deployments.
TechCrunch argues that this kind of plumbing helps explain why, despite the excitement around agentic AI this year, more companies have not yet launched large first-party MCP integrations. The update is a reminder that while model development is moving quickly, the standards and infrastructure around those models still advance at a slower pace.
Enterprise Editor
Marcus follows the money. He covers enterprise software, cloud architecture, and the tectonic shifts in Big Tech strategy. He translates dense earnings calls and complex M&A activity into actionable insights about where the industry is actually heading. If a tech giant makes a silent pivot, Marcus is usually the first to notice.
via TechCrunch

