AI’s most important protocol is getting a little bit easier to use

The Model Context Protocol (MCP) is central to AI interoperability, allowing models to access external data like calendars or databases without custom integrations. However, its current approach to session IDs assumes a single server remembers a conversation, which breaks down under real-world load balancers that spread requests across many servers. This forced engineers to build extra state-sharing infrastructure just to keep track of conversations, creating a significant barrier to deploying large-scale MCP servers and slowing adoption of agentic AI integrations.

The upcoming MCP update shifts to a stateless session model, similar to how most websites already work. Instead of requiring servers to hold session state, the new protocol lets the client manage the session token, so any server can handle any request without needing to coordinate. Arcade‘s Nate Barbettini explained that this change “fights the load balancer” today but will let servers scale naturally behind standard infrastructure, reducing cost and complexity for companies running MCP at scale.

The takeaway for builders is that while foundation models advance rapidly, the plumbing for deploying them in production still moves at a standards-body pace. This MCP fix is a pragmatic step that removes an engineering headache, making it more feasible for companies to ship first-party MCP integrations. It’s a reminder that real-world AI infrastructure improvements often come from simplifying state management, not flashy new capabilities.

AI's most important protocol is getting a little bit easier to use | TechCrunch

View Original