Cloudflare + MCP
Posts matching all selected tags.
Category
All Categories
Tags
1 more tagsFewer tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
Filters2
Category
All Categories
Tags
1 more tagsFewer tags
5 posts

MCP elicitation no longer holds a stream
MCP elicitation returns input_required so the Worker request ends. Claude Code shows the form, retries the call, and the isolate is not held while you type.

MCP went stateless and the session just moved
Stateless MCP deleted the protocol session. Continuity now rides in requestState on retry. Delete sticky routing, keep the store for carts and tokens.

Agents request every OAuth scope they might need
MCP oauth scopes arrive as a catalog because the next call is unknown. Check the issued token, hide tools you did not get, and keep the agent running.

MCP is now traffic a firewall can name
MCP traffic detection now matches protocol headers, not mcp in the hostname. Treat the next remote MCP install as a named network event, not a config tweak.

Dynamic Workers are the first runtime that matches how agents write code
Dynamic Workers match Code Mode writing, not Linux coding agents. Capability bindings, the globalOutbound footgun, and when microVMs like E2B still win.