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

Function writeLine

src/cli/commands/init.ts:29–31  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

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

Callers 2

ensureAgentsGuidanceFunction · 0.70
registerInitCommandFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected