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

Interface VendorConfig

scripts/cli.ts:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67interface VendorConfig {
68 source: string
69 skillsPath?: string // Optional custom path to skills directory (default: 'skills')
70 skills: Record<string, string> // sourceSkillName -> outputSkillName
71}
72
73async function initSubmodules(skipPrompt = false) {
74 const allProjects: Project[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected