litellm-proxy-extras 0.2.22__py3-none-any.whl → 0.2.24__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of litellm-proxy-extras might be problematic. Click here for more details.
- litellm_proxy_extras/migrations/20251003165142_add_allowed_tools_to_mcp/migration.sql +3 -0
- litellm_proxy_extras/migrations/20251003190954_extra_headers_to_mcp_table/migration.sql +3 -0
- litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql +3 -0
- litellm_proxy_extras/schema.prisma +2 -0
- {litellm_proxy_extras-0.2.22.dist-info → litellm_proxy_extras-0.2.24.dist-info}/METADATA +1 -1
- {litellm_proxy_extras-0.2.22.dist-info → litellm_proxy_extras-0.2.24.dist-info}/RECORD +8 -5
- {litellm_proxy_extras-0.2.22.dist-info → litellm_proxy_extras-0.2.24.dist-info}/WHEEL +0 -0
- {litellm_proxy_extras-0.2.22.dist-info → litellm_proxy_extras-0.2.24.dist-info}/licenses/LICENSE +0 -0
|
@@ -178,6 +178,8 @@ model LiteLLM_MCPServerTable {
|
|
|
178
178
|
updated_by String?
|
|
179
179
|
mcp_info Json? @default("{}")
|
|
180
180
|
mcp_access_groups String[]
|
|
181
|
+
allowed_tools String[] @default([])
|
|
182
|
+
extra_headers String[] @default([])
|
|
181
183
|
// Health check status
|
|
182
184
|
status String? @default("unknown")
|
|
183
185
|
last_health_check DateTime?
|
|
@@ -36,10 +36,13 @@ litellm_proxy_extras/migrations/20250802162330_prompt_table/migration.sql,sha256
|
|
|
36
36
|
litellm_proxy_extras/migrations/20250806095134_rename_alias_to_server_name_mcp_table/migration.sql,sha256=Bge3bWO96jFhVzdjHX5sD7SzCLnrrYMq_6ilzJFAQ6w,465
|
|
37
37
|
litellm_proxy_extras/migrations/20250918083359_drop_spec_version_column_from_mcp_table/migration.sql,sha256=7Q2E0OSK4wZXi_GeNR9qF-SbQh1OHvJG-A-02nQxBgU,240
|
|
38
38
|
litellm_proxy_extras/migrations/20250926194702_unnamed_migration/migration.sql,sha256=YCdSPn3yPse6HoZGW9lFEqy49xOf4yuJH_qrf8lrJIE,294
|
|
39
|
+
litellm_proxy_extras/migrations/20251003165142_add_allowed_tools_to_mcp/migration.sql,sha256=D8olxfIAbERAzYLI6ldT40KUB_3t9CeRgl4n2DT45lU,115
|
|
40
|
+
litellm_proxy_extras/migrations/20251003190954_extra_headers_to_mcp_table/migration.sql,sha256=TEi08V1ZQAondOxdSIP6MAU2P5nueSpVvhtmdoSGp-c,115
|
|
41
|
+
litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql,sha256=D8olxfIAbERAzYLI6ldT40KUB_3t9CeRgl4n2DT45lU,115
|
|
39
42
|
litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
|
|
40
|
-
litellm_proxy_extras/schema.prisma,sha256=
|
|
43
|
+
litellm_proxy_extras/schema.prisma,sha256=rjfGAzGkr7_tsI-9qhBGcoNmUqOv_jf_QgD_MQN-JS0,21549
|
|
41
44
|
litellm_proxy_extras/utils.py,sha256=zcUGsFa7lI9pbC8Sj6GQitAYULuKq89vXBGxm7R87rg,15175
|
|
42
|
-
litellm_proxy_extras-0.2.
|
|
43
|
-
litellm_proxy_extras-0.2.
|
|
44
|
-
litellm_proxy_extras-0.2.
|
|
45
|
-
litellm_proxy_extras-0.2.
|
|
45
|
+
litellm_proxy_extras-0.2.24.dist-info/METADATA,sha256=yskY3bLb_ILxI5_o2CnZrwEcF4XIDdKVxISFRNPU71Q,1391
|
|
46
|
+
litellm_proxy_extras-0.2.24.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
47
|
+
litellm_proxy_extras-0.2.24.dist-info/licenses/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
|
|
48
|
+
litellm_proxy_extras-0.2.24.dist-info/RECORD,,
|
|
File without changes
|
{litellm_proxy_extras-0.2.22.dist-info → litellm_proxy_extras-0.2.24.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|