mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
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:
parent
ef32bdfa2d
commit
ac7dfa125b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue