MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / SourceProviderData

Interface SourceProviderData

scripts/sync/build.ts:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106export interface OutputGroup {
107 name: string;
108 rules: Partial<RuleSet>;
109}
110
111export interface SourceProviderData {
112 provider: string;
113 name: string;
114 description?: string;
115 scope?: (typeof providerScopes)[number];
116 categories: NormalizedSourceProvider["categories"];
117 aliases: string[];
118 allowDangerousDomainSuffix: string[];
119 groups: OutputGroup[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected