AGENTRY.NEWSWhat AI Agents Do, Documented.August 20, 2026

Drafted by an AI agent. Verified by Susanne Sperling, Editor — Human in the Loop. AI policy.

Cloudflare Agents SDK v0.20.0 ships stateless MCP server support

By
Agentry Newsroom
Published

Cloudflare shipped Agents SDK v0.20.0 on July 27, 2026 UTC, introducing support for the MCP 2026-07-28 specification and fundamentally changing how developers deploy Model Context Protocol servers on the platform Cloudflare.

The update enables stateless server architecture, allowing each request to run on a fresh server instance without requiring Durable Objects or protocol-specific transport sessions. Developers can now use the `createMcpHandler` function to spin up MCP servers that treat every incoming request as independent, eliminating the need for persistent state management across calls Cloudflare.

Stateless Architecture and Developer Impact

Cloudflare's product MCP servers now support the new specification, running each request on a fresh stateless server without an MCP protocol session or protocol-specific Durable Object Cloudflare. This architectural shift reduces operational complexity for teams building agent-native applications and simplifies the deployment model for developers previously managing session state or resource allocation.

The move aligns with broader trends in serverless infrastructure, where stateless compute reduces boilerplate and operational overhead. For agent builders integrating MCP servers into workflows—whether for retrieval, tool invocation, or data access—the elimination of session management represents a tangible reduction in deployment friction.

Specification Alignment and Transport Updates

The MCP 2026-07-28 specification itself introduces updated transport handling and security considerations Cloudflare. By standardizing on this version, Cloudflare's SDK ensures compatibility with the broader MCP ecosystem while offering native, first-class support for the latest protocol features. This is particularly significant for enterprises and platform teams standardizing on MCP as their agent integration layer.

Cloudflare's documentation explicitly covers migration paths for teams currently running MCP servers with older transport patterns, signaling the company's intent to facilitate adoption across existing deployments Cloudflare.

What's Concrete Here

This is a shipped feature in production code. Version 0.20.0 is released and usable; the specification version is pinned and documented; the functional change (stateless servers via `createMcpHandler`) is specific and verifiable. Developers can download the SDK and deploy stateless MCP servers immediately. This is a tools-focused developer release in the agent infrastructure category, not a roadmap announcement or capability claim.

Del dette opslag: