MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getMCPSkillBuilders

Function getMCPSkillBuilders

src/skills/mcpSkillBuilders.ts:37–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export function getMCPSkillBuilders(): MCPSkillBuilders {
38 if (!builders) {
39 throw new Error(
40 'MCP skill builders not registered — loadSkillsDir.ts has not been evaluated yet',
41 )
42 }
43 return builders
44}
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected