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

Method registerNotification

projects/runtime/src/server.ts:203–205  ·  view source on GitHub ↗
(method: string)

Source from the content-addressed store, hash-verified

201 }
202
203 registerNotification(method: string): void {
204 this.notifications.add(method)
205 }
206
207 registerRuntimeStopHandler(handler: RuntimeStopHandler): () => void {
208 this.runtimeStopHandlers.push(handler)

Calls

no outgoing calls

Tested by

no test coverage detected