MCPcopy Create free account
hub / github.com/chekusu/wanman / sendMessage

Method sendMessage

packages/runtime/src/claude-code.ts:78–78  ·  view source on GitHub ↗

Send a user message via stdin (stream-json format)

(content: string, sessionId?: string)

Source from the content-addressed store, hash-verified

76 proc: ChildProcess;
77 /** Send a user message via stdin (stream-json format) */
78 sendMessage(content: string, sessionId?: string): void;
79 /** Kill the process */
80 kill(): void;
81 /** Wait for the process to exit. Returns the exit code. */

Callers 1

spawnClaudeCodeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected