(text: string)
| 27 | '- If using XcodeBuildMCP, use the installed XcodeBuildMCP skill before calling XcodeBuildMCP tools.'; |
| 28 | |
| 29 | function writeLine(text: string): void { |
| 30 | process.stdout.write(`${text}\n`); |
| 31 | } |
| 32 | |
| 33 | function skillDirName(skillType: SkillType): string { |
| 34 | return skillType === 'mcp' ? 'xcodebuildmcp' : 'xcodebuildmcp-cli'; |
no test coverage detected