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

Function resume

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

Source from the content-addressed store, hash-verified

381 );
382
383 const resume = () =>
384 Effect.promise(() =>
385 session.client.callTool({
386 name: "resume",
387 arguments: { executionId: executionId ?? "", action: "accept", content: "{}" },
388 }),
389 );
390
391 const first = yield* resume();
392 expect(first.isError, "the first resume completes the execution").not.toBe(true);

Callers 15

ResumeApprovalPageViewFunction · 0.85
makeTestHttpServerFunction · 0.85
startRawServerFunction · 0.85
startHeaderlessServerFunction · 0.85
collectStreamingBodyFunction · 0.85
invoke.tsFile · 0.85
readResponseBodyFunction · 0.85
startStalledBodyServerFunction · 0.85
observeUntilFunction · 0.85
startRawServerFunction · 0.85
startDroppingServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected