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

Function onNotification

projects/runtime-node/src/cli.ts:157–159  ·  view source on GitHub ↗
(method, params)

Source from the content-addressed store, hash-verified

155 const bridge = createRuntimeNodeCodexAppServerBridge({
156 ...bridgeConfig,
157 onNotification(method, params) {
158 notifyRuntimeNodeAgentBridgeEvent(runtime, method, params)
159 },
160 })
161 bridgeRegistrations.push({ bridge, unregister: registerRuntimeNodeServerProtocolAgentBridge(bridge, bridgeRegistry) })
162 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected