1
0
Timothy Jaeryang Baek 2 долоо хоног өмнө
parent
commit
c42c0436f2

+ 2 - 1
backend/open_webui/routers/configs.py

@@ -164,9 +164,10 @@ async def verify_tool_servers_config(
                     "specs": specs,
                 }
             except Exception as e:
+                log.debug(f"Failed to create MCP client: {e}")
                 raise HTTPException(
                     status_code=400,
-                    detail=f"Failed to create MCP client: {str(e)}",
+                    detail=f"Failed to create MCP client",
                 )
             finally:
                 if client: