litellm/tests/test_litellm/proxy/_experimental/mcp_server
devin-ai-integration[bot] d33d36ce86
fix(caching): propagate auth cache invalidation over Redis Cluster via a node-level pub/sub client (#43110)
* fix(caching): give Redis Cluster clients a node-level pub/sub client so auth invalidation propagates

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* refactor(caching): shorten pub/sub client docstrings

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* style(caching): noqa BLE001 on best-effort pubsub client close

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* refactor(caching): satisfy LIT002/LIT006 in pubsub client derivation

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* test(auth): rename fake pubsub hook to init_pubsub_client

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* test(proxy): rename fake pubsub hook to init_pubsub_client

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* test(caching): drop class-level health ping patch from pub/sub client tests

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* fix(caching): close cluster pubsub pools and cover failure paths

* fix(caching): clean up expired cluster pubsub clients safely

* test(mcp): arm cancellation deadline after requests start

---------

Co-authored-by: joshua <joshua@berri.ai>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Joshua Valluru <326636767+joshua-berri@users.noreply.github.com>
2026-09-25 07:56:46 -07:00
..
auth feat(mcp): allow ["*"] wildcard in mcp_tool_permissions to grant all current and future tools (#43108) 2026-09-24 21:34:57 -07:00
faults test(mcp): update MCP suites for SDK 2 APIs 2026-09-18 22:13:18 +00:00
guardrail_translation fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
outbound_credentials test(mcp): update MCP suites for SDK 2 APIs 2026-09-18 22:13:18 +00:00
conftest.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_byok_credential_cache.py fix(caching): propagate auth cache invalidation over Redis Cluster via a node-level pub/sub client (#43110) 2026-09-25 07:56:46 -07:00
test_byok_oauth_endpoints.py fix(proxy): revoke UI session tokens on logout and password change (#42463) 2026-09-23 10:31:38 +02:00
test_callback_oauth_error_responses.py Litellm oss staging 250526 (#28770) 2026-05-26 11:57:39 -07:00
test_client_allowlist.py feat(mcp): give each allowed MCP client an alias and a value 2026-09-18 22:29:17 +00:00
test_contracts.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_db_credentials.py feat(mcp): let proxy admins force-close live MCP sessions and revoke stored user credentials 2026-09-18 01:01:26 +00:00
test_discoverable_endpoints.py fix(mcp): preserve credential authority in DCR bridge authentication (#42563) 2026-09-22 18:09:52 -07:00
test_gateway_dcr_flow.py fix(proxy): answer 503 temporarily_unavailable when the token exchange cannot verify the subject token 2026-09-17 16:39:02 -07:00
test_idp_token_exchange.py fix(proxy): word the token exchange's 503 by whether the database fault can clear 2026-09-17 17:20:17 -07:00
test_is_tool_name_prefixed.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_jwt_mcp_enforcement.py fix(mcp): resolve team.access_group_ids → MCP servers (#28997) 2026-05-27 12:36:50 -07:00
test_jwt_mcp_simple.py fix(mcp): resolve team.access_group_ids → MCP servers (#28997) 2026-05-27 12:36:50 -07:00
test_mcp_block_recording.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_mcp_cost_calculator.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_mcp_custom_fields.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_debug.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_discovery.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_mcp_elicitation_handler.py test(mcp): update MCP suites for SDK 2 APIs 2026-09-18 22:13:18 +00:00
test_mcp_env_vars.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_guardrail_usage_monitor.py fix(guardrails): record MCP tool guardrail evaluations and blocks in usage monitor 2026-08-14 17:52:36 -04:00
test_mcp_header_alias_utils.py feat(mcp): use x-mcp-<access_group>-* headers as default upstream credentials for group members (#39717) 2026-09-04 12:45:24 -07:00
test_mcp_hook_extra_headers.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_mcp_max_concurrent_requests.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_mcp_metadata_preservation.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_oauth_passthrough.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_mcp_oauth_passthrough_cold_start.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_mcp_oauth_passthrough_tools.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_mcp_partial_update.py fix(mcp): reject duplicate MCP server names and aliases (#42791) 2026-09-23 17:50:27 -07:00
test_mcp_proxy_mode.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_mcp_sampling_completion_flow.py test(mcp): update MCP suites for SDK2 handler signatures and ctx var 2026-09-18 23:34:30 +00:00
test_mcp_sampling_model_access.py test(mcp): update MCP suites for SDK 2 APIs 2026-09-18 22:13:18 +00:00
test_mcp_sampling_model_resolution.py Litellm oss staging 040626 (#29671) 2026-06-04 11:07:20 -07:00
test_mcp_sampling_priority_selection.py Litellm oss staging 040626 (#29671) 2026-06-04 11:07:20 -07:00
test_mcp_sampling_request_builder.py Litellm oss staging 040626 (#29671) 2026-06-04 11:07:20 -07:00
test_mcp_sampling_response_conversion.py test(mcp): update MCP suites for SDK2 handler signatures and ctx var 2026-09-18 23:34:30 +00:00
test_mcp_sampling_tool_conversion.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_server.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_mcp_server_identity_env.py test: trim mcp fixture docstring and reload comment 2026-09-01 11:06:08 +00:00
test_mcp_server_manager.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_mcp_session_logging.py Add MCP semantic conventions to otelv2 (#29468) 2026-06-02 11:45:36 -07:00
test_mcp_sigv4_auth.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_mcp_stale_session.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_mcp_tool_search.py refactor(mcp): extract explicit operation context and dispatch 2026-09-21 12:24:15 -07:00
test_mcp_toolset_scope.py test(mcp): preserve toolset scope across explicit context 2026-09-21 12:31:48 -07:00
test_oauth2_flow_backfill.py feat(mcp): startup backfill stamping oauth2_flow on legacy null rows (#32290) 2026-07-06 18:42:08 -07:00
test_oauth2_token_cache.py test(mcp): give the new cache and tombstone patches TQ008 reasons and match the keyword eviction call 2026-09-18 02:49:41 +00:00
test_oauth_identity_binding.py fix(mcp): preserve identity checks across cached OAuth credentials 2026-09-10 13:08:46 -07:00
test_oauth_issuer_stamp_backfill.py fix(mcp): never write discovery results to the row, heal rows a release already stamped, and retry failed discovery with backoff 2026-07-29 17:51:22 -07:00
test_openapi_to_mcp_generator.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_openapi_tool_auth.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_operations.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_proxy_api_credentials.py fix(proxy): evict the member's cached user row on team member add 2026-09-16 16:31:28 -07:00
test_rest_endpoints.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_result_conversion.py feat(mcp): share compatibility-aware result conversion across tool surfaces (#43089) 2026-09-25 06:51:28 -07:00
test_semantic_tool_filter.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_short_mcp_tool_prefix.py fix(mcp): preserve legacy behavior on SDK2 and streamline verification 2026-09-18 22:28:31 -07:00
test_ui_session_utils.py fix(mcp): deny the interactive dcr_bridge authorize for a user without server access (#37865) 2026-08-21 12:27:00 -07:00
test_utils.py fix(mcp): preserve discovery attribution and sanitize logging headers (#42541) 2026-09-22 14:26:48 -07:00