mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
Merge branch 'fix/mcp-sampling-elicitation-hardening' of https://github.com/yugborana/litellm into fix/mcp-sampling-elicitation-hardening
This commit is contained in:
commit
24c49e0793
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue