()
| 35 | } |
| 36 | |
| 37 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected