mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
fix(mcp): align mcp_toolsets default to None in LiteLLM_ObjectPermissionTable
This commit is contained in:
parent
284b26dc6d
commit
9a4ff668f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1847,7 +1847,7 @@ class LiteLLM_ObjectPermissionTable(LiteLLMPydanticObjectBase):
|
|||
vector_stores: Optional[List[str]] = []
|
||||
agents: Optional[List[str]] = []
|
||||
agent_access_groups: Optional[List[str]] = []
|
||||
mcp_toolsets: Optional[List[str]] = []
|
||||
mcp_toolsets: Optional[List[str]] = None
|
||||
blocked_tools: Optional[List[str]] = []
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue