-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Support MCP OAuth passthrough and issuer-scoped JWT auth #28008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
gym-cmd
wants to merge
64
commits into
BerriAI:litellm_internal_staging
from
gym-cmd:feat/v1.84.0-mcp-gateway-jwt-auth
Closed
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
d8beb7d
fix(proxy): point /metrics 401 at the opt-out flag
yuneng-berri 7e0347c
Merge pull request #27505 from BerriAI/cherry-pick-metrics-optout-hin…
yuneng-berri a0b2811
fix(proxy): bound budget reservation per request instead of pinning t…
yuneng-berri b347015
fix(proxy): reserve per-image cost for image-generation requests
yuneng-berri d50c98d
fix(proxy): gate image-gen reservation strictly on model mode
yuneng-berri 18c14d9
Merge pull request #27539 from BerriAI/litellm_/budget-reservation-rc…
yuneng-berri 82c8cb8
build(packaging): relax core runtime pins to ranges
yuneng-berri 5bb2803
Merge pull request #27545 from BerriAI/litellm_/charming-sammet-8d77c3
yuneng-berri a5cc4ff
build(packaging): raise jinja2 floor to 3.1.6
yuneng-berri 188875b
Merge pull request #27554 from BerriAI/litellm_/charming-sammet-8d77c3
yuneng-berri 38bc921
fix(mcp): forward extra_headers for OpenAPI MCP tools
milan-berri c31ead8
refactor(mcp): access has_client_credentials on MCPServer directly
milan-berri a1d1906
fix(mcp): static headers win over forwarded headers in OpenAPI MCP
cursoragent 4046cb1
Merge pull request #27768 from milan-berri/litellm_cherry-pick-27383-…
yuneng-berri 111ee52
fix(proxy): always merge caller-supplied tags into request metadata
yuneng-berri cd9d312
docs(proxy): refresh stale comments referencing removed tag strip
yuneng-berri 74bb525
Merge pull request #27789 from BerriAI/litellm_/wizardly-sammet-94baac
yuneng-berri 590bc83
chore: reject bare str at file-input sinks to prevent local-file read…
krrish-berri-2 037d4c5
Merge pull request #27794 from BerriAI/litellm_/fervent-archimedes-7e…
yuneng-berri 2675b50
Strip SERVER_ROOT_PATH before lazy-feature prefix match
yuneng-berri c14cab9
Cache normalized SERVER_ROOT_PATH at middleware init
yuneng-berri 069469c
chore(proxy): backport /key/regenerate ownership-rebind + premium-gat…
yuneng-berri 8b90a54
Merge pull request #27818 from BerriAI/litellm_backport_27812_to_1840rc2
yuneng-berri 2b189be
Merge pull request #27819 from BerriAI/litellm_backport_regenerate_gu…
yuneng-berri be37cf7
fix(proxy): expose db status on public /health/readiness
yuneng-berri be0526b
Merge pull request #27868 from BerriAI/backport-pr-27866-into-1.84.0rc2
yuneng-berri ab0267d
fix(ui): fetch version + debug flag from /health/readiness/details
yuneng-berri 51ed234
fix(ui): disable retries on readiness/details + cover token forwarding
yuneng-berri 305875f
Merge pull request #27899 from BerriAI/backport-pr-27896-into-1.84.0rc2
yuneng-berri 02c5e1c
chore: update Next.js build artifacts (2026-05-14 03:52 UTC, node v20…
yuneng-berri 50030e3
Merge pull request #27901 from BerriAI/yj_build_may13
yuneng-berri 974f5cd
Merge pull request #27898 from stuxf/chore/banned-params-extra-body-c…
yuneng-berri 3dd763d
Merge pull request #27801 from stuxf/chore/get-instance-fn-runtime-s3…
yuneng-berri 08ea016
Merge pull request #27902 from BerriAI/litellm_/eager-euler-fd3639
yuneng-berri fdb55ab
fix: block client-side pricing injection via request body
krrish-berri-2 b2c93b1
fix: block SSRF fields in RAG ingest vector_store config
krrish-berri-2 d35d2a7
fix: harden /key/update authorization checks (#27878)
krrish-berri-2 087003e
Merge pull request #27903 from BerriAI/backport/27892-litellm_1.84.0rc2
yuneng-berri fe18665
Merge remote-tracking branch 'origin/litellm_1.84.0rc2' into backport…
yuneng-berri 321d576
Merge pull request #27904 from BerriAI/backport/27878-litellm_1.84.0rc2
yuneng-berri 0f741fc
bump: version 0.4.71 → 0.4.72
yuneng-berri fcd63b0
uv lock
yuneng-berri e1fc955
Merge pull request #27909 from BerriAI/backport/27908-litellm_1.84.0rc2
yuneng-berri d0cc1a4
feat(mcp): support OAuth passthrough discovery
gym-cmd 0daeeab
fix(mcp): support OAuth browser auth
gym-cmd 8e864f3
fix(mcp): refine upstream OAuth metadata fallback
gym-cmd da24c89
feat(proxy): support issuer-scoped JWT auth
gym-cmd c279f4e
fix(mcp): validate oauth callback redirect sink
gym-cmd 1d731af
feat(proxy): support issuer-scoped JWT auth
gym-cmd dee5d55
test(mcp): align trusted proxy fixtures
gym-cmd dfb1e33
style(mcp): satisfy black formatting
gym-cmd b290416
chore(ui): bump next to 16.2.6
gym-cmd 8ca2f14
fix(mcp): address oauth passthrough review findings
gym-cmd 6079a5f
test(mcp): split oauth passthrough regressions
gym-cmd 409a005
fix(interactions): align openapi response fields
gym-cmd 3753970
security: prevent forwarding litellm api keys to upstream mcp servers
gym-cmd 3990165
fix(interactions): remove steps field not in google openapi spec
gym-cmd f6359cb
fix(mcp): forward Authorization in pass-through when x-litellm-api-ke…
artem-dudarev-jet 216e055
fix(interactions): align status enum with openapi spec
gym-cmd b4df1a9
Merge remote-tracking branch 'upstream/litellm_internal_staging' into…
gym-cmd eae390b
fix(mcp): respect client ip for delegated auth
gym-cmd 96e4de3
style(mcp): format discoverable endpoints
gym-cmd 2636bbc
test(proxy): cover issuer-scoped JWT auth
gym-cmd 0447ba6
fix(mcp): use resource metadata for passthrough reauth
gym-cmd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.