mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: add team_id field to NewMCPServerRequest
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cc7e27e094
commit
971cc2a9af
1 changed files with 4 additions and 0 deletions
|
|
@ -1144,6 +1144,10 @@ class NewMCPServerRequest(LiteLLMPydanticObjectBase):
|
|||
None,
|
||||
description="Server-managed: set by the endpoint; caller values are overridden.",
|
||||
)
|
||||
team_id: Optional[str] = Field(
|
||||
None,
|
||||
description="Team ID to assign the MCP server to. Required for team MCP managers.",
|
||||
)
|
||||
|
||||
@model_validator(mode="before")
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue