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