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

Function annotate

apps/cloud/src/mcp/telemetry.test.ts:64–65  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

62 });
63
64const annotate = (request: Request) =>
65 annotateMcpRequest(request, { token: null, parseBody: true });
66
67describe("annotateMcpRequest — cancellation join keys", () => {
68 it.effect("stamps the cancelled request id and reason from notifications/cancelled", () => {

Callers 1

telemetry.test.tsFile · 0.85

Calls 1

annotateMcpRequestFunction · 0.90

Tested by

no test coverage detected