test(agents): narrow bundle mcp e2e setup · openclaw/openclaw@0715081
openclaw
·
2026-06-01
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 0715081
test(agents): narrow bundle mcp e2e setup
2 files changed
Lines changed: 212 additions & 200 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -72,7 +72,7 @@ async function readBundleProbeText(mcpConfigPath) {
|
72 | 72 | .join("\\n") |
73 | 73 | : ""; |
74 | 74 | } finally { |
75 | | - await transport.close(); |
| 75 | + await client.close(); |
76 | 76 | } |
77 | 77 | } |
78 | 78 | |
@@ -180,7 +180,7 @@ const result = await (async () => {
|
180 | 180 | } |
181 | 181 | return await client.callTool({ name: "bundle_probe", arguments: {} }); |
182 | 182 | } finally { |
183 | | - await transport.close(); |
| 183 | + await client.close(); |
184 | 184 | } |
185 | 185 | })(); |
186 | 186 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments