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

Method register

projects/runtime/src/server.ts:59–59  ·  view source on GitHub ↗
(server: RuntimeServer)

Source from the content-addressed store, hash-verified

57export interface RuntimeModule {
58 name: string
59 register(server: RuntimeServer): void
60}
61
62export type RuntimeParamsValidator = (params: unknown) => RuntimeValidationResult<unknown>

Implementers 3

HarnessRegistryprojects/harness/src/registry.ts
RuntimeSupervisorprojects/runtime/src/supervisor.ts
RuntimeServerprojects/runtime/src/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected