(skillType: SkillType)
| 31 | } |
| 32 | |
| 33 | function skillDirName(skillType: SkillType): string { |
| 34 | return skillType === 'mcp' ? 'xcodebuildmcp' : 'xcodebuildmcp-cli'; |
| 35 | } |
| 36 | |
| 37 | function altSkillDirName(skillType: SkillType): string { |
| 38 | return skillType === 'mcp' ? 'xcodebuildmcp-cli' : 'xcodebuildmcp'; |
no outgoing calls
no test coverage detected