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

Function missingNativeExecution

packages/hosts/mcp/src/tool-server.ts:389–401  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

387 );
388
389const missingNativeExecution = (executionId: string): McpToolResult => ({
390 content: [
391 {
392 type: "text",
393 text: `Paused execution is unknown: ${executionId}. Run execute again to start a fresh flow.`,
394 },
395 ],
396 structuredContent: {
397 status: "execution_not_found",
398 executionId,
399 },
400 isError: true,
401});
402
403const createMcpAssembly = <E extends Cause.YieldableError>(
404 config: ExecutorMcpServerConfig<E>,

Callers 1

createMcpAssemblyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected