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

Function skillDisplayName

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

Source from the content-addressed store, hash-verified

39}
40
41function skillDisplayName(skillType: SkillType): string {
42 return skillType === 'mcp' ? 'XcodeBuildMCP (MCP server)' : 'XcodeBuildMCP CLI';
43}
44
45function detectClients(): ClientInfo[] {
46 const home = os.homedir();

Callers 2

installSkillFunction · 0.85
registerInitCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected