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

Method write

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

Source from the content-addressed store, hash-verified

325 }
326
327 protected write(line: string): void {
328 process.stdout.write(line + '\n');
329 }
330
331 protected idPrefix(): string {
332 return 'cg-srv';

Callers 15

mainFunction · 0.45
tryKernelExtractRawFunction · 0.45
tryKernelExtractFunction · 0.45
debugFunction · 0.45
constructorMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
handleConnectionMethod · 0.45
reapDeadClientsMethod · 0.45
finishFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 5

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