Update litellm/proxy/_experimental/mcp_server/server.py

Co-authored-by: veria-ai[bot] <224490171+veria-ai[bot]@users.noreply.github.com>
This commit is contained in:
Yug Borana 2026-04-30 12:06:08 +05:30 committed by GitHub
parent ef32bdfa2d
commit ac7dfa125b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2808,7 +2808,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)