docs(mcp): note v1.95.0 as the first release with the complete DCR bridge flow - #659
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
docs(mcp): note v1.95.0 as the first release with the complete DCR bridge flow#659devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
The "oauth_delegate with the bridge" section documents the employee-bound flow as if any release supports it, which is what prompted BerriAI/litellm#34566. It does not: on
v1.93.0exchange_token_with_serverreturns the upstream provider token verbatim (build_bridge_token_responsehas no production caller at that tag, andbridge_token_flow.pydoes not exist), and thev1.94.0train adds the token-endpoint mint plus the SSO user subject (BerriAI/litellm#32828, BerriAI/litellm#32946) without the aggregate/mcpsession admission that reloads live user and team permissions per call (BerriAI/litellm#33190, first tagged inv1.95.0-dev.2).Adds a "Version availability" info admonition to that section stating v1.95.0 as the requirement and spelling out what is missing on v1.93.0 and on the v1.94.0 RCs, so readers on
require_key_mcp_access_defined: trueknow why an employee gets no explicit server/tool permissions there.Validated with
npm run build; the remaining warnings are pre-existing onmain.Link to Devin session: https://app.devin.ai/sessions/8d1cc99297754a8887a27e1138e4e24c