Skip to content

chore: upgrade @cloudflare/workers-oauth-provider 0.4.0 → 0.7.0#386

Merged
mattzcarey merged 1 commit into
mainfrom
chore/bump-workers-oauth-provider-0.7
Jun 2, 2026
Merged

chore: upgrade @cloudflare/workers-oauth-provider 0.4.0 → 0.7.0#386
mattzcarey merged 1 commit into
mainfrom
chore/bump-workers-oauth-provider-0.7

Conversation

@mattzcarey

Copy link
Copy Markdown
Collaborator

Summary

Upgrades @cloudflare/workers-oauth-provider 0.4.0 → 0.7.0 across all 17 OAuth-enabled MCP servers and @repo/mcp-common.

Changes

  • Bump the dependency pin in all 18 package.json files (syncpack-consistent) + refresh the lockfile.
  • The only source-level API change between 0.4 and 0.7: TokenExchangeCallbackOptions now carries a required grantId field. Production code doesn't construct this type (the provider supplies it at runtime); the change only touched two test fixtures in cloudflare-oauth-handler.spec.ts.
  • No tool, behavior, or public-API changes to the servers. The new OAuthProvider({...}) constructor options and the OAuthHelpers / AuthRequest / ClientInfo / GrantType types are all compatible.

Verification

  • check:types, check:lint, check:format, check:deps (syncpack) all green (37/37).
  • @repo/mcp-common tests pass (110).

Changeset

  • bump-workers-oauth-provider (patch, all 17 OAuth servers).

Bumps the dependency across all 17 OAuth-enabled servers + mcp-common.
The only source-level API change is that TokenExchangeCallbackOptions now
requires a grantId field (the provider supplies it at runtime); updated the
two test fixtures accordingly. types/lint/format/deps green, 110 tests pass.
@mattzcarey mattzcarey merged commit a358e69 into main Jun 2, 2026
6 checks passed
@mattzcarey mattzcarey deleted the chore/bump-workers-oauth-provider-0.7 branch June 2, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant