mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-21 00:24:55 +00:00
* MCP Server DB Schema (#10634) * feat: initial mcp db schema * user -> team table for mcp_servers * remove mcp_servers from team and verificationtoken tables --------- Co-authored-by: wagnerjt <wagnerjt@github.com> * add mcp table * Team and Key Object Permission table for MCP Servers (#10643) * feat: initial mcp db schema * user -> team table for mcp_servers * remove mcp_servers from team and verificationtoken tables * adding ObjectPermissionTable relationship for mcpservers * fix: object_permission_id and added relationship to User and Organization tables --------- Co-authored-by: wagnerjt <wagnerjt@github.com> * migration file - add_mcp_key_team_permission_mgmt --------- Co-authored-by: Tyler Wagner <wagnerjt@users.noreply.github.com> Co-authored-by: wagnerjt <wagnerjt@github.com>
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:
pip install litellm-proxy-extras
OR
pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies.
To use the migrations, run:
litellm --use_prisma_migrate