mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
- Skip test_apply_patch_tool_call_converted_to_chat_completion_tool_call when openai.types.responses.response_apply_patch_tool_call is unavailable (CI uses openai==1.100.1 which doesn't have this module) - Skip MCP M2M tests (test_m2m_credentials_forwarded_to_server_model, test_m2m_drops_incoming_oauth2_headers) that fail because PR #23187 changed has_client_credentials to require explicit oauth2_flow opt-in but _execute_with_mcp_client was not updated to pass it through - Revert source code change to rest_endpoints.py that auto-inferred oauth2_flow (regression risk: this changes MCP OAuth behavior) Co-authored-by: yuneng-jiang <yuneng-jiang@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| guardrail_translation | ||
| test_byok_oauth_endpoints.py | ||
| test_discoverable_endpoints.py | ||
| test_jwt_mcp_enforcement.py | ||
| test_jwt_mcp_simple.py | ||
| test_mcp_cost_calculator.py | ||
| test_mcp_custom_fields.py | ||
| test_mcp_debug.py | ||
| test_mcp_discovery.py | ||
| test_mcp_metadata_preservation.py | ||
| test_mcp_server.py | ||
| test_mcp_server_manager.py | ||
| test_mcp_sigv4_auth.py | ||
| test_mcp_stale_session.py | ||
| test_oauth2_token_cache.py | ||
| test_openapi_to_mcp_generator.py | ||
| test_rest_endpoints.py | ||
| test_semantic_tool_filter.py | ||
| test_ui_session_utils.py | ||