
MCP Release Candidate Goes Stateless on the Server Side
The Model Context Protocol's July 28, 2026 release candidate moves server-side session handling to a stateless model, eliminating the need for sticky sessions. MCP servers can now be freely distributed across load-balanced instances. The change removes a real scaling constraint: previously, any request had to land on the instance holding that session. Spec is published on the official MCP blog.
Published