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

Method emit

test/bindingRuntime.prompt.test.ts:173–175  ·  view source on GitHub ↗
(message: JsonRpcMessage)

Source from the content-addressed store, hash-verified

171 }
172
173 private emit(message: JsonRpcMessage): void {
174 this.messageHandlers.forEach((h) => h(message));
175 }
176}
177
178class DirectToolRpc implements StdioProcess {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected