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

Function categoryName

scripts/data.ts:155–164  ·  view source on GitHub ↗
(category: ProviderCategory)

Source from the content-addressed store, hash-verified

153 if (!result.success) {
154 throw new Error(`Invalid provider data in ${filePath}:\n${z.prettifyError(result.error)}`);
155 }
156 const parsed = result.data;
157 const groups = normalizeRuleGroups(
158 parsed.groups ?? [
159 {
160 name: "Rules",
161 rules: parsed.rules ?? emptyRuleSet()
162 }
163 ]
164 );
165
166 return {
167 provider: parsed.provider,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected