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