fix: defer Claude live MCP cleanup (#73351)

Thanks @edwin-rivera-dev.
This commit is contained in:
Edwin Rivera
2026-04-28 08:59:58 +00:00
committed by GitHub
parent 249cb54373
commit bca30b62be
6 changed files with 69 additions and 15 deletions

View File

@@ -70,10 +70,6 @@ describe("package Telegram live Docker E2E", () => {
expect(script).toContain('cp "$openclaw_package_dir/package.json" /app/package.json');
expect(script).toContain('ln -sfnT /app/extensions "$openclaw_package_dir/extensions"');
expect(script).toContain('"/app/node_modules/openclaw/package.json"');
expect(script).toContain('pkg.exports["./plugin-sdk/qa-channel"]');
expect(script).toContain('"./extensions/qa-channel/api.ts"');
expect(script).toContain('pkg.exports["./plugin-sdk/qa-channel-protocol"]');
expect(script).toContain('"./extensions/qa-channel/src/protocol.ts"');
expect(script).toContain('pkg.exports["./plugin-sdk/gateway-runtime"]');
expect(script).toContain('"./dist/plugin-sdk/gateway-runtime.js"');
expect(gatewayRpcClient).toContain('from "openclaw/plugin-sdk/gateway-runtime"');