MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / skillDirName

Function skillDirName

src/cli/commands/init.ts:33–35  ·  view source on GitHub ↗
(skillType: SkillType)

Source from the content-addressed store, hash-verified

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

Callers 2

getSkillSourcePathFunction · 0.85
installSkillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected