Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions trae_agent/utils/mcp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ async def connect_and_discover(
for tool in mcp_tools.tools:
mcp_tool = MCPTool(self, tool, model_provider)
mcp_tools_container.append(mcp_tool)
except Exception as e:
raise e
except Exception:
raise

async def connect_to_server(self, mcp_server_name, transport):
"""Connect to an MCP server
Expand Down