MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resume

Function resume

e2e/cloud/mcp-client-sessions.test.ts:333–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 );
332
333 const resume = () =>
334 Effect.promise(() =>
335 session.client.callTool({
336 name: "resume",
337 arguments: { executionId: executionId ?? "", action: "accept", content: "{}" },
338 }),
339 );
340
341 const first = yield* resume();
342 expect(first.isError, "the first resume completes the execution").not.toBe(true);

Callers 15

ResumeApprovalPageViewFunction · 0.85
makeTestHttpServerFunction · 0.85
startDroppingServerFunction · 0.85
onErrorFunction · 0.85
serveMcpServerFunction · 0.85
shutdownFunction · 0.85
runCommandFunction · 0.85
onErrorFunction · 0.85
listenFunction · 0.85
closeServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected