We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1b690 commit 39cac8eCopy full SHA for 39cac8e
litellm-proxy-extras/litellm_proxy_extras/schema.prisma
@@ -179,6 +179,7 @@ model LiteLLM_MCPServerTable {
179
mcp_info Json? @default("{}")
180
mcp_access_groups String[]
181
allowed_tools String[] @default([])
182
+ extra_headers String[] @default([])
183
// Health check status
184
status String? @default("unknown")
185
last_health_check DateTime?
schema.prisma
0 commit comments