mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
* fix: SCOPES on Atlassian issue * feat: add MCPDebug class for client-side MCP OAuth2 debugging * feat: inject MCP debug headers into streamable HTTP response path * test: add unit tests for MCPDebug class * fix: refactor MCPDebug - move all logic into class static methods * fix: collapse server.py debug code to two-liner using MCPDebug methods * test: add tests for resolve_auth_resolution and wrap_send_with_debug_headers * docs: add MCP debug headers section to troubleshooting guide * docs: add Debugging OAuth section to mcp_oauth.md * docs: replace inline debug section with cross-link to mcp_oauth * docs: extract UI troubleshooting into its own page * docs: simplify troubleshoot.md to issue reporting only * docs: add quick-start debug command to MCP troubleshoot page * docs: restructure sidebar - UI, MCP, Performance, Issue Reporting |
||
|---|---|---|
| .. | ||
| auth | ||
| guardrail_translation | ||
| 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_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 | ||