add spec_path column to LiteLLM_MCPServerTable schema

This commit is contained in:
Ishaan Jaffer 2026-02-19 09:48:58 -08:00
parent 2e34870df9
commit 392f0aeadd

View file

@ -273,6 +273,7 @@ model LiteLLM_MCPServerTable {
alias String?
description String?
url String?
spec_path String?
transport String @default("sse")
auth_type String?
credentials Json? @default("{}")