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

Function emailOf

e2e/cloud/mcp-session-idle-runtime-disposal.test.ts:50–50  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

48const IDLE_GAP_MS = configuredMcpSessionTimeoutMs() + 4_000;
49
50const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
51
52const mcpHeaders = (bearer: string, sessionId?: string) => ({
53 accept: JSON_AND_SSE,

Calls

no outgoing calls

Tested by

no test coverage detected