MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / closeQuietly

Function closeQuietly

e2e/cloud/mcp-client-sessions.test.ts:55–56  ·  view source on GitHub ↗
(connected: Connected)

Source from the content-addressed store, hash-verified

53 .join("\n");
54
55const closeQuietly = (connected: Connected): Effect.Effect<void> =>
56 Effect.promise(() => connected.client.close().catch(() => undefined));
57
58scenario(
59 "MCP sessions · a real MCP client connects, lists tools, and executes code",

Callers 1

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected