Skip to content

cloudflare/mcp-server-cloudflare

[email protected] scope: graphql-mcp-server Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 1d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

breaking_upgrade

ReleasePort's take

Light signal
editorial:auto 1d

[email protected] introduces a delete-class migration for the UserDetails Durable Object in the GraphQL server.

Why it matters: Affects graphql server Durable Objects; severity 70 indicates significant impact on deployments using UserDetails migrations.

Summary

AI summary

Add deleted_class migration for UserDetails Durable Object to enable successful graphql server deployment.

Changes in this release

Breaking High

Adds delete-class migration for UserDetails Durable Object in graphql server.

Adds delete-class migration for UserDetails Durable Object in graphql server.

Source: llm_adapter@2026-06-02

Confidence: low

Deprecation Medium

Removes `UserDetails` Durable Object from the graphql server.

Removes `UserDetails` Durable Object from the graphql server.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Full changelog

Patch Changes

  • af70c87: Add a deleted_classes: ["UserDetails"] Durable Object migration to the graphql server.

    #384 removed the UserDetails Durable Object (and its bindings) from every server, and added the
    required delete-class migration to the two servers that own the class (workers-observability,
    workers-builds). The graphql worker's already-deployed version still depends on UserDetails, so
    wrangler deploy rejected the new version with code: 10064 ("New version of script does not export
    class 'UserDetails' which is depended on by existing Durable Objects"), which aborted the staging and
    production deploys. Adding the delete-class migration lets graphql deploy and releases the binding that
    was blocking workers-observability from applying its own deleted_classes migration (code: 10061).

    Validated on staging: graphql + observability deploy cleanly and the staging UserDetails namespace is
    removed.

Breaking Changes

  • Removed `UserDetails` Durable Object class from graphql server; requires delete-class migration.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track cloudflare/mcp-server-cloudflare

Get notified when new releases ship.

Sign up free

About cloudflare/mcp-server-cloudflare

Integration with Cloudflare services including Workers, KV, R2, and D1

All releases →

Related context

Earlier breaking changes

Beta — feedback welcome: [email protected]