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

Function send

__tests__/mcp-roots.test.ts:71–73  ·  view source on GitHub ↗
(child: ChildProcessWithoutNullStreams, msg: object)

Source from the content-addressed store, hash-verified

69}
70
71function send(child: ChildProcessWithoutNullStreams, msg: object): void {
72 child.stdin.write(JSON.stringify(msg) + '\n');
73}
74
75const CLIENT_INFO = { name: 'test', version: '0.0.0' };
76

Callers 1

mcp-roots.test.tsFile · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected