Upgrade rmcp to 3.0.0-beta.3 - #35720
Merged
copyberry[bot] merged 1 commit intoJul 28, 2026
Merged
Conversation
## What changed - Update the `rmcp` model and transport integrations for `3.0.0-beta.3`. - Preserve legacy `elicitation/create` form requests, schema defaults, metadata, and wire-format compatibility while adopting the new elicitation types. - Harden OAuth discovery by using GET-first discovery without starting an MCP session, preventing cross-origin header redirects, validating authorization-server and callback issuers, and retaining compatibility with metadata that omits an issuer. - Keep stored OAuth credentials readable and avoid requiring reauthorization after transient refresh failures. ## Testing - Add coverage for legacy elicitation round trips, OAuth discovery variants, callback issuer validation, credential migration, and refresh failures. GitOrigin-RevId: 756197d26f3fd347c28c400228f6b3d06ed493b7
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/756197d26f3fd347c28c400228f6b3d06ed493b7
branch
from
July 28, 2026 05:18
bab4116 to
61de0d8
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/756197d26f3fd347c28c400228f6b3d06ed493b7
branch
July 28, 2026 05:19
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Upgrade rmcp to 3.0.0-beta.3
What changed
rmcpmodel and transport integrations for3.0.0-beta.3.elicitation/createform requests, schema defaults, metadata, and wire-format compatibility while adopting the new elicitation types.Testing