MCPcopy
hub / github.com/callstack/agent-device / writeMessage

Function writeMessage

src/mcp/server.ts:166–168  ·  view source on GitHub ↗
(message: unknown)

Source from the content-addressed store, hash-verified

164}
165
166function writeMessage(message: unknown): void {
167 process.stdout.write(`${JSON.stringify(message)}\n`);
168}

Callers 1

runAgentDeviceMcpServerFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected