mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Feature-flagged (mcp_user_delegation_enabled, default off) delegation/consent layer for MCP: an agent-bound key whose agent has mcp_can_delegate and an active consent record from the asserted user resolves upstream per-user credentials as that user. Header, capability, and consent are validated once at admission for every transport; only the credential-resolution subject swaps, permissions and attribution stay on the agent key. Consent and email lookups are cached with grant/revoke invalidation. Part of LIT-4448. |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| build_and_publish.md | ||
| LICENSE | ||
| migration_runbook.md | ||
| pyproject.toml | ||
| README.md | ||
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
uv add litellm-proxy-extras
OR
uv tool install 'litellm[proxy]' # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate