MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getDaemonSocket

Method getDaemonSocket

src/mcp/proxy.ts:195–195  ·  view source on GitHub ↗

Probe → spawn → retry → hello-verify; resolves a connected daemon socket, * or null when the daemon path is genuinely unavailable (→ in-process fallback).

()

Source from the content-addressed store, hash-verified

193 /** Probe → spawn → retry → hello-verify; resolves a connected daemon socket,
194 * or null when the daemon path is genuinely unavailable (→ in-process fallback). */
195 getDaemonSocket(): Promise<net.Socket | null>;
196 /** Lazily create an in-process engine — used ONLY if the daemon never comes up,
197 * preserving the "a broken daemon never wedges a session" guarantee. */
198 makeEngine(): MCPEngine;

Callers 1

runLocalHandshakeProxyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected