XcodeBuildMCP CLI Use XcodeBuildMCP tools via the executable instead of raw , , or . Step 1: Ensure the CLI Exists Check availability: If missing, install with one of: Re-check after install: Step 2: Use Help-First Discovery Discover workflows and arguments from the CLI itself: Use this discovery path instead of memorizing static tool lists. Step 3: Keep Execution Minimal - Choose the smallest command sequence that satisfies the request. - Prefer direct workflow commands over manual multi-step chains unless explicitly requested. - For simulator run intent, prefer the combined command. - Do no…