MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / onMessage

Method onMessage

projects/runtime-client/src/client.ts:40–40  ·  view source on GitHub ↗
(listener: (message: RuntimeMessage) => void)

Source from the content-addressed store, hash-verified

38 disconnect(): Promise<unknown> | unknown
39 request(request: RuntimeRequest): Promise<unknown> | unknown
40 onMessage(listener: (message: RuntimeMessage) => void): () => void
41}
42
43export interface RuntimeLocalClientOptions {

Callers 2

connectOnceMethod · 0.65
onMessageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected