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

Function newCorrelationId

packages/hosts/mcp/src/tool-server.ts:487–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485// generic plus a fresh correlation id and log the cause out-of-band so
486// the model can't read internal context off `.message`.
487const newCorrelationId = (): string =>
488 Math.floor(Math.random() * 0x1_0000_0000)
489 .toString(16)
490 .padStart(8, "0");
491
492const defaultResumeApprovalUrl = (executionId: string): string =>
493 `/resume/${encodeURIComponent(executionId)}`;

Callers 1

toMcpFailureResultFunction · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected