chore: upgrade @cloudflare/workers-oauth-provider 0.4.0 → 0.7.0#386
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades
@cloudflare/workers-oauth-provider0.4.0 → 0.7.0 across all 17 OAuth-enabled MCP servers and@repo/mcp-common.Changes
package.jsonfiles (syncpack-consistent) + refresh the lockfile.TokenExchangeCallbackOptionsnow carries a requiredgrantIdfield. Production code doesn't construct this type (the provider supplies it at runtime); the change only touched two test fixtures incloudflare-oauth-handler.spec.ts.new OAuthProvider({...})constructor options and theOAuthHelpers/AuthRequest/ClientInfo/GrantTypetypes are all compatible.Verification
check:types,check:lint,check:format,check:deps(syncpack) all green (37/37).@repo/mcp-commontests pass (110).Changeset
bump-workers-oauth-provider(patch, all 17 OAuth servers).