mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
The field was config.yaml only, so a server created through the dashboard or the REST API could never surface upstream response headers. Adds the column to all three prisma schemas plus a migration, carries it through the create, edit and temporary-record paths, the row -> MCPServer build, and the dashboard's edit form and detail view. The unsupported-transport warning now also fires for servers loaded from the database, since the dashboard can create the same misconfiguration as config.yaml. The column is a Prisma String[], which rejects null, and the edit form clears a field to null, so an explicit null normalizes to [] alongside allowed_tools. |
||
|---|---|---|
| .. | ||
| 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