MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / onMessage

Method onMessage

test/routerPromptFlow.test.ts:87–89  ·  view source on GitHub ↗
(cb: (message: JsonRpcMessage) => void)

Source from the content-addressed store, hash-verified

85 }
86
87 onMessage(cb: (message: JsonRpcMessage) => void): void {
88 this.messageHandlers.push(cb);
89 }
90
91 onStderr(): void {
92 // noop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected