MCPcopy
hub / github.com/antfu/skills / Project

Interface Project

scripts/cli.ts:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60interface Project {
61 name: string
62 url: string
63 type: 'source' | 'vendor'
64 path: string
65}
66
67interface VendorConfig {
68 source: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected