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

Method registerModule

projects/runtime/src/server.ts:222–224  ·  view source on GitHub ↗
(module: RuntimeModule)

Source from the content-addressed store, hash-verified

220 }
221
222 registerModule(module: RuntimeModule): void {
223 module.register(this)
224 }
225
226 connect(connection: RuntimeConnection): () => void {
227 this.connections.set(connection.id, { connection, subscriptions: new Set(["*"]) })

Calls 1

registerMethod · 0.65

Tested by

no test coverage detected