(identity: Identity)
| 33 | import { configuredMcpSessionTimeoutMs } from "../setup/mcp-session-timeouts"; |
| 34 | |
| 35 | const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label; |
| 36 | |
| 37 | // Give the DO's idle alarm room to fire disposeIdleRuntime after the timeout. |
| 38 | const IDLE_DISPOSE_BUFFER_MS = 2_000; |
no outgoing calls
no test coverage detected