Merge branch 'fix/mcp-sampling-elicitation-hardening' of https://github.com/yugborana/litellm into fix/mcp-sampling-elicitation-hardening

This commit is contained in:
Yug 2026-04-30 22:07:33 +05:30
commit 62d647f61a

View file

@ -2862,7 +2862,6 @@ if MCP_AVAILABLE:
# The SDK's handler calls `send` directly.
# Only proceed if auth was successfully extracted
await sse.handle_post_message(scope, receive, send)
# No need to return NoOpResponse for raw ASGI app.
def get_active_mcp_session() -> Optional[_McpServerSession]: