This commit is contained in:
Timothy Jaeryang Baek 2025-08-02 13:59:07 +04:00
parent 093acb3724
commit 446f4ee5a8

View file

@ -520,6 +520,8 @@ async def get_tool_servers_data(
openapi_data = response.get("openapi", {})
if info and isinstance(openapi_data, dict):
openapi_data["info"] = openapi_data.get("info", {})
if "name" in info:
openapi_data["info"]["title"] = info.get("name", "Tool Server")