ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Jun 2, 2026seen 5d

cloudflare/mcp-server-cloudflare graphql-mcp-server@0.2.1

cloudflare/mcp-server-cloudflare

Open original ↗

Captured source

source ↗

graphql-mcp-server@0.2.1

Repository: cloudflare/mcp-server-cloudflare

Tag: graphql-mcp-server@0.2.1

Published: 2026-06-02T18:11:03Z

Prerelease: no

Release notes:

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.

Notability

notability 3.0/10

Minor version update to MCP server tool.