[rmcp-client] Add Codex-owned OAuth recovery#30091
Closed
stevenlee-oai wants to merge 6 commits into
Closed
Conversation
Contributor
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5d97a9d5dd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
7fcc6ef to
b04b694
Compare
5d97a9d to
44ad40f
Compare
This was referenced Jun 25, 2026
b04b694 to
f800bd9
Compare
2bb8dc9 to
0e139f8
Compare
Contributor
Author
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.
Codex Thread 019edd6d-6f14-74e2-853c-345d1803d4a6
Important
This PR belongs to the superseded MCP OAuth stack. Please review and merge the replacement stack beginning with openai/codex#30292. This PR remains available only as historical/reference context.
Replacement review order:
This is part 6 of an eight-PR stack that prevents concurrent MCP OAuth refreshers from replaying a rotating refresh token or overwriting newer credentials.
Review order
Why this layer exists
Codex needs the machinery to proactively refresh expired credentials and recover once from a rejected access token before RMCP can safely be restricted to request-only credentials. This layer introduces that machinery while deliberately retaining the legacy RMCP refresh path so this intermediate tip remains independently correct.
What changes
Decisions reviewers should preserve across the stack
Autoremains lifecycle-local and never hot-switches after construction.Review focus
Review proactive refresh, access-token attribution, one-shot retry, and timeout accounting. Also verify the intentional compatibility bridge: this tip must still supply RMCP full credentials and persist any RMCP-owned refresh until part 7 lands.
Non-goals
Autoselection.Validation
just test -p codex-rmcp-client: 106 passed, 5 skipped.