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

Class

src/mcp/daemon.ts:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 * daemons.
166 */
167export class Daemon {
168 private server: net.Server | null = null;
169 private clients = new Set<MCPSession>();
170 /** Per-client peer pids from the optional client-hello, for the liveness sweep. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected