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

Function record

e2e/cloud/repro-transport-brick.test.ts:123–129  ·  view source on GitHub ↗
(entry: Record<string, unknown>)

Source from the content-addressed store, hash-verified

121 const bearer = yield* mcp.mintBearer(emailOf(identity));
122 const diagnostics: unknown[] = [];
123 const record = (entry: Record<string, unknown>): void => {
124 diagnostics.push(entry);
125 console.log(JSON.stringify(entry));
126 // Vitest swallows worker stdout on passing runs; the artifact dir is the
127 // durable copy of what each attempt observed.
128 writeFileSync(join(runDir, "repro-diagnostics.json"), JSON.stringify(diagnostics, null, 2));
129 };
130
131 // 1. Open a real session (SDK init handshake persists the session in the
132 // DO), do a call, close the client.

Callers 1

Calls 2

pushMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected