litellm/tests/test_litellm/proxy/auth
Krish Dholakia 5736fd32d9
MCP fixes
* fix(oldteams.tsx): show policies when creating

* fix(proxy/_types.py): ensure mcp rest endpoints can be called by virtual key

ensures UI works with virtual key testing mcp endpoints

* refactor: migrate get object permissions table logic to happen in user api key auth - allows functions to trust user api key object they receive has what they need

* fix(rest_endpoints.py): filter for allowed tools based on what key has access to

* fix(mcp_server_manager.py): ensure only allowed MCP's are returned to the user, via rest endpoints
2026-02-11 18:07:24 -08:00
..
test_auth_checks.py
test_auth_exception_handler.py
test_auth_utils.py
test_cli_auth.py
test_handle_jwt.py
test_litellm_license.py
test_login_utils.py
test_mcp_ip_filtering.py
test_model_checks_fallbacks.py
test_model_checks.py
test_object_permission_loading.py MCP fixes 2026-02-11 18:07:24 -08:00
test_organization_budget_enforcement.py
test_route_checks.py
test_team_member_budget.py
test_user_api_key_auth.py