Merge pull request #22891 from BerriAI/fix/prisma-schema-duplicate-spec-path

fix(schema): remove duplicate spec_path field in LiteLLM_MCPServerTable
This commit is contained in:
Julio Quinteros Pro
2026-03-05 07:02:33 -03:00
committed by GitHub
-1
View File
@@ -305,7 +305,6 @@ model LiteLLM_MCPServerTable {
registration_url String?
allow_all_keys Boolean @default(false)
available_on_public_internet Boolean @default(true)
spec_path String?
is_byok Boolean @default(false)
byok_description String[] @default([])
byok_api_key_help_url String?