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

Method onMessage

test/bindingRuntime.misc.test.ts:90–92  ·  view source on GitHub ↗
(cb: (message: JsonRpcMessage) => void)

Source from the content-addressed store, hash-verified

88 }
89
90 onMessage(cb: (message: JsonRpcMessage) => void): void {
91 this.handlers.push(cb);
92 }
93
94 onStderr(): void {}
95 kill(): void {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected