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

Interface RuntimeModule

projects/runtime/src/server.ts:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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