(reason: McpShutdownReason)
| 268 | ]); |
| 269 | |
| 270 | export function isTransportDisconnectReason(reason: McpShutdownReason): boolean { |
| 271 | return TRANSPORT_DISCONNECT_REASONS.has(reason); |
| 272 | } |
| 273 | |
| 274 | export async function buildMcpLifecycleSnapshot(options: { |
| 275 | phase: McpStartupPhase; |
no outgoing calls
no test coverage detected