Skip to content

Commit 0715081

Browse files
committed
test(agents): narrow bundle mcp e2e setup
1 parent 462b52f commit 0715081

2 files changed

Lines changed: 212 additions & 200 deletions

File tree

src/agents/bundle-mcp.test-harness.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function readBundleProbeText(mcpConfigPath) {
7272
.join("\\n")
7373
: "";
7474
} finally {
75-
await transport.close();
75+
await client.close();
7676
}
7777
}
7878
@@ -180,7 +180,7 @@ const result = await (async () => {
180180
}
181181
return await client.callTool({ name: "bundle_probe", arguments: {} });
182182
} finally {
183-
await transport.close();
183+
await client.close();
184184
}
185185
})();
186186

0 commit comments

Comments
 (0)