MCPcopy
hub / github.com/colbymchenry/codegraph / write

Method write

src/mcp/transport.ts:319–321  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

317 }
318
319 protected write(line: string): void {
320 process.stdout.write(line + '\n');
321 }
322
323 protected idPrefix(): string {
324 return 'cg-srv';

Callers 15

constructorMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
handleConnectionMethod · 0.45
reapDeadClientsMethod · 0.45
startMethod · 0.45
startDirectMethod · 0.45
startDaemonProcessMethod · 0.45
installPpidWatchdogMethod · 0.45
requestFunction · 0.45
sendFunction · 0.45

Calls

no outgoing calls

Tested by 5

sendMessageFunction · 0.36
requestFunction · 0.36
sendFunction · 0.36
sendInitializeFunction · 0.36
fakeDaemonFunction · 0.36