Timothy Jaeryang Baek 2 주 전
부모
커밋
c42c0436f2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      backend/open_webui/routers/configs.py

+ 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: