mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 17:04:47 +00:00
a06113ec82
* 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