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

Function newCorrelationId

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

Source from the content-addressed store, hash-verified

436// generic plus a fresh correlation id and log the cause out-of-band so
437// the model can't read internal context off `.message`.
438const newCorrelationId = (): string =>
439 Math.floor(Math.random() * 0x1_0000_0000)
440 .toString(16)
441 .padStart(8, "0");
442
443const defaultResumeApprovalUrl = (executionId: string): string =>
444 `/resume/${encodeURIComponent(executionId)}`;

Callers 1

toMcpFailureResultFunction · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected