mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
add spec_path column to LiteLLM_MCPServerTable schema
This commit is contained in:
parent
2e34870df9
commit
392f0aeadd
1 changed files with 1 additions and 0 deletions
|
|
@ -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("{}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue