litellm/tests/test_litellm/proxy/_experimental/mcp_server
Julio Quinteros Pro ace49b18d3 fix(tests): update MCP server test mocks to match production API
The tests were mocking `filter_server_ids_by_ip` but the production
code in server.py now calls `filter_server_ids_by_ip_with_info` which
returns a (server_ids, blocked_count) tuple. Update all 8 mock sites
to use the correct method name and return signature.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 13:11:57 -03:00
..
auth Agents - assign tools (#22064) 2026-02-25 11:44:30 -08:00
guardrail_translation fix(tests): Add missing mocks for MCP IP filtering and updated APIs (#20652) 2026-02-07 11:30:49 -08:00
test_discoverable_endpoints.py fix: Missing OAuth session state. Please retry 2026-02-24 14:22:38 +05:30
test_jwt_mcp_enforcement.py fix(tests): update MCP tests broken by user permissions commit (#21462) 2026-02-19 02:09:11 -03:00
test_jwt_mcp_simple.py [Bug] Ensure MCP permissions are enforced when using JWT Auth (#20383) 2026-02-03 19:13:13 -08:00
test_mcp_cost_calculator.py [Feat] Add MCP Cost Tracking (#12385) 2025-07-07 21:08:10 -07:00
test_mcp_custom_fields.py feat: add UI support for configuring meta URLs 2026-01-02 15:07:37 +09:00
test_mcp_debug.py fix(tests): resolve MCP test isolation failures in parallel execution 2026-02-18 14:08:48 -03:00
test_mcp_discovery.py feat: MCP server discovery UI (#21079) 2026-02-12 17:59:21 -08:00
test_mcp_metadata_preservation.py Feat/mcp preserve tool metadata calltoolresult (#17561) 2025-12-05 16:15:22 -08:00
test_mcp_server.py fix(tests): update MCP server test mocks to match production API 2026-02-26 13:11:57 -03:00
test_mcp_server_manager.py Fix: skip health check for MCP integration with passthrough token authentication 2026-02-24 12:05:37 +05:30
test_mcp_stale_session.py Return 200 response for stale dlete requests from client 2026-02-12 19:21:14 +05:30
test_oauth2_token_cache.py [Feat] MCP Oauth2 Fixes - Add support for MCP M2M Oauth2 support (#20788) 2026-02-09 17:35:11 -08:00
test_openapi_to_mcp_generator.py Add test for base url extraction and migration 2026-02-20 13:47:44 +05:30
test_rest_endpoints.py MCP fixes 2026-02-11 18:07:24 -08:00
test_semantic_tool_filter.py Fix litellm/tests/test_litellm/proxy/_experimental/mcp_server/test_semantic_tool_filter.py tests 2026-02-03 15:01:10 +05:30
test_ui_session_utils.py fix: mcp deepcopy error 2025-12-16 07:02:07 +09:00