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

Function buildXcodeIdeNoCommandsMessage

src/cli/register-tool-commands.ts:41–50  ·  view source on GitHub ↗
(workflowName: string)

Source from the content-addressed store, hash-verified

39}
40
41function buildXcodeIdeNoCommandsMessage(workflowName: string): string {
42 return (
43 `No CLI commands are currently exposed for '${workflowName}'.\n\n` +
44 `If you're expecting Xcode IDE tools here:\n` +
45 `1. Make sure Xcode MCP Tools is enabled in:\n` +
46 ` Settings > Intelligence > Xcode Tools\n\n` +
47 `If Xcode showed an authorization prompt, make sure you clicked Allow.\n\n` +
48 `Then run this command again.`
49 );
50}
51
52function readProfileOverrideFromProcessArgv(): string | undefined {
53 const parsedArgv = yargsParser(process.argv.slice(2), {

Callers 1

registerToolCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected