Add comment to sample

This commit is contained in:
Tao Chen
2026-06-04 16:23:42 -07:00
Unverified
parent d322d0e7a4
commit 34c2e2cf57
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1439,7 +1439,8 @@ class MCPTool:
continue
except Exception as reconn_ex:
raise ToolExecutionException(
"Failed to reconnect to MCP server.", inner_exception=reconn_ex
"Failed to reconnect to MCP server.",
inner_exception=reconn_ex,
) from reconn_ex
# Second attempt also failed, give up.