PulseAugur
EN
LIVE 00:30:39

Cloudflare updates MCP elicitation to stateless MRTR model

Cloudflare's MCP elicitation has been updated to a stateless model, moving away from the previously held stream approach. This change, driven by Spec 2026-07-28, means Workers no longer remain suspended while a user responds, instead utilizing Multi Round-Trip Requests (MRTR). Developers must now use updated versions of Wrangler and Claude Code, along with specific libraries like `@modelcontextprotocol/server`, to implement this new elicitation method. The system requires a signing secret for request state security, and new handlers replace the deprecated McpAgent. AI

IMPACT Developers using Cloudflare Workers for AI elicitation need to update their implementations to support the new stateless MRTR protocol.

RANK_REASON This item describes an update to a specific developer tool and protocol, not a core AI release or significant industry shift.

Read on dev.to — MCP tag →

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

Cloudflare updates MCP elicitation to stateless MRTR model

How we ranked this

Signal score
29 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
This item describes an update to a specific developer tool and protocol, not a core AI release or significant industry shift.
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
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

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

    MCP elicitation no longer holds a stream

    <p>MCP elicitation on a Worker is a return now. You send <code>input_required</code>, the request ends, and Claude Code draws the form after the isolate has already gone home.</p> <p>The page a lot of people still land on is Cloudflare's older remote MCP guide, the one that still…