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

Function emailOf

e2e/cloud/mcp-session-cap-eviction.test.ts:38–38  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

36const SESSIONS_TO_OPEN = E2E_MCP_RESIDENT_RUNTIME_SOFT_CAP + 10;
37
38const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
39
40const mcpHeaders = (bearer: string, sessionId?: string) => ({
41 accept: JSON_AND_SSE,

Calls

no outgoing calls

Tested by

no test coverage detected