PulseAugur
EN
LIVE 18:18:07

MCP session bug fixed by separating protocol and application state

A technical article details a reproducible issue with an MCP session across different replicas, leading to a 400 error after an initial 200 success. The problem arises when a proxy sends a tool call to a different replica than the one that initially established the session. The author proposes a solution involving separating protocol state from application state, ensuring that protocol facts are available on the current request and durable application state uses explicit, shared domain handles. This approach aims to make the application contract inspectable and support stateless replicas, moving away from sticky sessions and shared opaque session stores. AI

RANK_REASON Technical article detailing a specific bug and proposed solution in a protocol. [lever_c_demoted from research: ic=1 ai=0.4]

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

MCP session bug fixed by separating protocol and application state

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Technical article detailing a specific bug and proposed solution in a protocol. [lever_c_demoted from research: ic=1 ai=0.4]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
Standard
On-topic for AI-industry coverage; kept in the public index.
Story freshness
60 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · xn ·

    MCP initialize Removed: Reproducing Unknown MCP Session Across Replicas

    <p>The first MCP request returns 200. The next <code>tools/call</code> returns 400 with <code>Unknown MCP session</code>. The endpoint did not change, the tool schema is valid, and the network is healthy. What changed was the replica.</p> <p>In a legacy Streamable HTTP flow, <cod…