This commit is contained in:
Timothy Jaeryang Baek 2025-09-23 03:35:00 -04:00
parent c42c0436f2
commit 6bf4ba523d

View file

@ -190,6 +190,8 @@ async def verify_tool_servers_config(
url = get_tool_server_url(form_data.url, form_data.path)
return await get_tool_server_data(token, url)
except HTTPException as e:
raise e
except Exception as e:
raise HTTPException(
status_code=400,