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

Interface MetadataCheckResult

scripts/checks/metadata.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const categorySet = new Set<string>(providerCategories);
8const scopeSet = new Set<string>(providerScopes);
9
10export interface MetadataCheckResult {
11 ok: boolean;
12 sourceCount: number;
13 errors: string[];
14}
15
16export async function checkMetadata(sourcesDir: string): Promise<MetadataCheckResult> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected