MCPcopy
hub / github.com/buxuku/SmartSub / ParameterRegistry

Interface ParameterRegistry

types/parameterSystem.ts:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// Additional parameter system specific types
32
33export interface ParameterRegistry {
34 [key: string]: ParameterDefinition;
35}
36
37export interface ParameterValidationResult {
38 isValid: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected