MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/api/rpc/RpcHandlerManager.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export class RpcHandlerManager {
19 private handlers: RpcHandlerMap = new Map()
20 private readonly scopePrefix: string
21 private readonly logger: (message: string, data?: any) => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected