mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:50:44 +00:00
fix: retire idle bundled MCP runtimes
This commit is contained in:
@@ -34,6 +34,7 @@ describe("generateSlugViaLLM", () => {
|
||||
expect(runEmbeddedPiAgentMock.mock.calls[0]?.[0]).toEqual(
|
||||
expect.objectContaining({
|
||||
timeoutMs: 15_000,
|
||||
cleanupBundleMcpOnRunEnd: true,
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
@@ -75,6 +75,7 @@ Reply with ONLY the slug, nothing else. Examples: "vendor-pitch", "api-design",
|
||||
model,
|
||||
timeoutMs,
|
||||
runId: `slug-gen-${Date.now()}`,
|
||||
cleanupBundleMcpOnRunEnd: true,
|
||||
});
|
||||
|
||||
// Extract text from payloads
|
||||
|
||||
Reference in New Issue
Block a user