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 21:54:54 +05:30
commit 24c49e0793

View file

@ -2844,7 +2844,7 @@ if MCP_AVAILABLE:
status_code=500,
content={
"error": "Authentication processing failed",
"details": str(e),
"details": "An internal error occurred during authentication processing.",
},
)
await error_response(scope, receive, send)