MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / isTransportDisconnectReason

Function isTransportDisconnectReason

src/server/mcp-lifecycle.ts:270–272  ·  view source on GitHub ↗
(reason: McpShutdownReason)

Source from the content-addressed store, hash-verified

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

Callers 3

runMcpShutdownFunction · 0.90
startMcpServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected