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
commit de18b47f83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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?