MCP’s 2026-07-28 spec removes sessions and adds stateless multi-round-trip requests

CraftyScore4348 · reddit · 2026-07-29

The 2026-07-28 MCP spec drops the old initialize handshake and sessions entirely, making every request self-contained so servers can run statelessly behind a plain load balancer.

It also replaces server-pushed interactions with MRTR (multi round-trip requests): the server returns resultType: "inputrequired", the client retries with the user’s answer, and that retry can hit a different instance without breaking the flow.

The post then walks through a real server built on the new model: Second Brain MCP.

It also highlights how the new spec changes implementation details:

The repo is written in Python on SDK v2, with type hints used as tool schemas.

Related event: MCP Releases Stateless Core Spec with Enterprise Extensions and Security Upgrades(27 posts)→

Original post →

More from coding & agent

coding & agent channel →