We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6f47e commit 3e0add3Copy full SHA for 3e0add3
src/datapilot/core/mcp_utils/mcp.py
@@ -173,4 +173,4 @@ async def list_tools(server_config: dict, command: str, args: list[str], env: di
173
"tools": mcp_tools,
174
}
175
except Exception as e:
176
- raise click.UsageError("Could not connect to MCP server: " + str(e))
+ raise click.UsageError("Could not connect to MCP server: " + str(e)) from e
0 commit comments