mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-22 19:36:22 +00:00
64077553ec
when a key/team/end-user has mcp_tool_permissions for a server but that server is not in mcp_servers, the server was excluded from the allowed list — making the tool permissions useless. now we union the keys from mcp_tool_permissions into the allowed server set alongside direct servers and access group servers. fixes #21954