| v2.7.0 | ## Release v2.7.0 ### New! Xcode 27 Device Hub simulator support UI automation tools now work fully with Xcode 27 simulators through Device Hub, including simulator window launching and keyboard controls. XcodeBuildMCP targets the selected simulator directly and uses locale-independent menu actions, while maintaining backward compatibility with Simulator.app on earlier Xcode versions. ### Breaking #### Build and test structured results now use schema version 3 Build and test tools now retur | High | 7/23/2026 |
| v2.6.2 | ## Release v2.6.2 ### Fixed - Fixed `xcodebuildmcp upgrade` so update checks use the latest GitHub release as the canonical target instead of stale package-manager metadata, ensuring multi-version upgrades show release notes for the actual target version. ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] } ``` ### Option B â npm | High | 6/2/2026 |
| v2.6.0 | ## Release v2.6.0 ### New! Runtime UI automation UI automation now hands your agent reusable context instead of just confirming an action ran. After a tap, swipe, type, wait, or batch, the result includes a compact snapshot of the foreground UI with stable element references and a screen hash, so the agent can pick the next control directly rather than taking another screenshot or re-running a full snapshot. Candidate controls are ranked from real accessibility data, and suggested next steps p | High | 6/1/2026 |
| v2.5.2 | ## Release v2.5.2 ### Changed - Updated the bundled AXe binary used by UI automation tools to 1.7.0. ### Fixed - Fixed a log-capture vulnerability where a crafted `bundleId` or custom subsystem filter could broaden simulator log streams to capture output from other apps or Apple system subsystems. Bundle IDs and subsystem filters are now validated against a strict allowlist before reaching the predicate ([#407](https://github.com/getsentry/XcodeBuildMCP/pull/407) by [@sebastiondev](https://g | High | 5/12/2026 |
| v2.5.0 | ## Release v2.5.0 ### Breaking #### Standalone log-capture tools removed The old `logging` workflow and its standalone log-capture tools (`start_sim_log_cap`, `stop_sim_log_cap`, `start_device_log_cap`, `stop_device_log_cap`, and `launch_app_logs_sim`) have been removed. This affects users, scripts, and agents that call those tool names directly. Use the launch or build-and-run tools instead. They return runtime log paths as part of the normal result, so agents no longer need a separate star | High | 5/7/2026 |
| v2.3.2 | ## Release v2.3.2 ### Fixed - Improved reliability of internal telemetry during shutdown ([#302](https://github.com/getsentry/XcodeBuildMCP/pull/302)). ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] } ``` ### Option B â npm / npx (Node.js 18+) Install: ```bash npm install -g xcodebuildmcp@latest ``` MCP config: ```json "Xco | Medium | 3/31/2026 |
| v2.3.1 | ## Release v2.3.1 ### Fixed - Fixed unnecessary tool confirmation prompts in MCP clients (such as Codex) that treat missing approval annotations as high-risk defaults ([#297](https://github.com/getsentry/XcodeBuildMCP/pull/297)). ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] } ``` ### Option B â npm / npx (Node.js 18+) Inst | Medium | 3/27/2026 |
| v2.3.0 | ## Release v2.3.0 ### Added - Added environment variable support for session defaults (e.g. `XCODEBUILDMCP_WORKSPACE_PATH`, `XCODEBUILDMCP_SCHEME`, `XCODEBUILDMCP_PLATFORM`) so MCP clients can supply startup defaults in their config without a project config file ([#268](https://github.com/getsentry/XcodeBuildMCP/pull/268) by [@detailobsessed](https://github.com/detailobsessed)). See [docs/CONFIGURATION.md](docs/CONFIGURATION.md#environment-variables). - Added `--format mcp-json` flag to `xcode | Low | 3/16/2026 |
| v2.2.1 | ## Release v2.2.1 - Fix AXe bundling issue. ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] } ``` ### Option B â npm / npx (Node.js 18+) Install: ```bash npm install -g xcodebuildmcp@latest ``` MCP config: ```json "XcodeBuildMCP": { "command": "npx", "args": ["-y", "xcodebuildmcp@latest", "mcp"] } ``` đĻ **NPM Package**: | Low | 3/8/2026 |
| v2.2.0 | ## Release v2.2.0 ### Added - Added `get_coverage_report` and `get_file_coverage` tools for inspecting code coverage from test results â view per-target summaries or drill into function-level coverage and uncovered line ranges for specific files ([#240](https://github.com/getsentry/XcodeBuildMCP/pull/240) by [@irangareddy](https://github.com/irangareddy)). See [docs/TOOLS.md](docs/TOOLS.md). - Added a unified build-and-run command for physical devices, matching the existing simulator workflow | Low | 3/7/2026 |
| v2.1.0 | ## Release v2.1.0 ### Added - Added `xcodebuildmcp init` CLI command to install agent skills, replacing the standalone `install-skill.sh` script. Supports auto-detection of AI clients (Claude Code, Cursor, Codex), `--print` for unsupported clients, and `--uninstall` for removal. See [docs/SKILLS.md](docs/SKILLS.md#install). - Added namespaced session defaults profiles, letting you save and switch between different project/scheme/simulator configurations without reconfiguring each time. See [do | Low | 2/23/2026 |
| v2.0.7 | ## Release v2.0.7 ### Changed - XcodeBuildMCP has moved to the [getsentry](https://github.com/getsentry) GitHub organization. Homebrew users should switch to the new tap: `brew untap cameroncooke/xcodebuildmcp && brew tap getsentry/xcodebuildmcp`. npm and npx users are unaffected. ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] | Low | 2/10/2026 |
| v2.0.6 | ## Release v2.0.6 ### Changed - XcodeBuildMCP has moved to the [getsentry](https://github.com/getsentry) GitHub organization. Homebrew users should switch to the new tap: `brew untap cameroncooke/xcodebuildmcp && brew tap getsentry/xcodebuildmcp`. npm and npx users are unaffected. ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] | Low | 2/10/2026 |
| v2.0.5 | ## Release v2.0.5 ### Added - Homebrew installation (`brew tap cameroncooke/xcodebuildmcp && brew install xcodebuildmcp`) â installs a self-contained binary with no Node.js dependency. ### Removed - Smithery distribution channel. ### Option A â Homebrew (no Node.js required) Install: ```bash brew tap cameroncooke/xcodebuildmcp brew install xcodebuildmcp ``` MCP config: ```json "XcodeBuildMCP": { "command": "xcodebuildmcp", "args": ["mcp"] } ``` ### Option B â npm / npx (Node.js 18+) | Low | 2/10/2026 |
| v2.0.0 | ## Release v2.0.0 ### New! CLI XcodeBuildMCP now includes a first-class CLI for direct terminal usage, scripting, and CI workflows. All the same tools available via MCP are accessible from the command line. ```bash npm install -g xcodebuildmcp@beta xcodebuildmcp tools # List available tools xcodebuildmcp simulator build-and-run --scheme MyApp --project-path ./MyApp.xcodeproj ``` Stateful operations (log capture, debugging, video recording) are backed by a per-workspace background process tha | Low | 2/8/2026 |
| v2.0.0-beta.1 | ## Release v2.0.0-beta.1 ### Installation ```bash npm install -g xcodebuildmcp@2.0.0-beta.1 ``` Or use with npx: ```bash npx xcodebuildmcp@2.0.0-beta.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/2.0.0-beta.1 ## Release notes ### Breaking #### Workflow selection - By default when the `enabledWorkflows` configuration option or `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable is not set or empty, XcodeBuildMCP will default to loading only | Low | 2/2/2026 |
| v1.15.1 | ## Release v1.15.1 ### Installation ```bash npm install -g xcodebuildmcp@1.15.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.15.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.15.1 | Low | 12/20/2025 |
| v1.15.0 | ## Release v1.15.0 ### Installation ```bash npm install -g xcodebuildmcp@1.15.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.15.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.15.0 | Low | 12/15/2025 |
| v1.15.0-beta.0 | ## Release v1.15.0-beta.0 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.15.0-beta.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.15.0-beta.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.15.0-beta.0 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) | Low | 11/20/2025 |
| v1.14.1 | ## Release v1.14.1 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.14.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.14.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.14.1 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/22/2025 |
| v1.14.0 | ## Release v1.14.0 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.14.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.14.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.14.0 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/22/2025 |
| v1.13.1 | ## Release v1.13.1 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.13.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.13.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.13.1 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/21/2025 |
| v1.12.10 | ## Release v1.12.10 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.10 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.10 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.10 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FB | Low | 9/10/2025 |
| v1.12.8 | ## Release v1.12.8 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.8 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.8 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.8 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/9/2025 |
| v1.12.7 | ## Release v1.12.7 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.7 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.7 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.7 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/9/2025 |
| v1.12.6 | ## Release v1.12.6 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.6 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.6 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.6 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/9/2025 |
| v1.12.4 | ## Release v1.12.4 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.4 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.4 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.4 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/9/2025 |
| v1.12.5 | ## Release v1.12.5 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.5 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.5 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.5 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 9/9/2025 |
| v1.12.3 | ## Release v1.12.3 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.3 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.3 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.3 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/22/2025 |
| v1.12.2 | ## Release v1.12.2 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.2 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.2 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.2 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/21/2025 |
| v1.12.1 | ## Release v1.12.1 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.1 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/18/2025 |
| v1.12.0 | ## Release v1.12.0 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.12.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.12.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.12.0 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/17/2025 |
| v1.11.2 | ## Release v1.11.2 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.11.2 ``` Or use with npx: ```bash npx xcodebuildmcp@1.11.2 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.11.2 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/8/2025 |
| v1.11.1 | ## Release v1.11.1 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.11.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.11.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.11.1 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/7/2025 |
| v1.11.0 | ## Release v1.11.0 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.11.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.11.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.11.0 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 8/7/2025 |
| v1.2.0-beta.3 | ## Release v1.2.0-beta.3 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.2.0-beta.3 ``` Or use with npx: ```bash npx xcodebuildmcp@1.2.0-beta.3 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.2.0-beta.3 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required framework | Low | 7/28/2025 |
| v1.10.4 | ## Release v1.10.4 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.10.4 ``` Or use with npx: ```bash npx xcodebuildmcp@1.10.4 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.10.4 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 6/13/2025 |
| v1.10.3 | ## Release v1.10.3 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.10.3 ``` Or use with npx: ```bash npx xcodebuildmcp@1.10.3 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.10.3 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 6/13/2025 |
| v1.10.2 | ## Release v1.10.2 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.10.2 ``` Or use with npx: ```bash npx xcodebuildmcp@1.10.2 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.10.2 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 6/12/2025 |
| v1.10.1 | ## Release v1.10.1 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.10.1 ``` Or use with npx: ```bash npx xcodebuildmcp@1.10.1 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.10.1 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 6/12/2025 |
| v1.10.0 | ## Release v1.10.0 ### Features - Bundled AXe binary and frameworks for zero-setup UI automation - No manual installation required - works out of the box ### Installation ```bash npm install -g xcodebuildmcp@1.10.0 ``` Or use with npx: ```bash npx xcodebuildmcp@1.10.0 ``` đĻ **NPM Package**: https://www.npmjs.com/package/xcodebuildmcp/v/1.10.0 ### What's Included - Latest AXe binary from [cameroncooke/axe](https://github.com/cameroncooke/axe) - All required frameworks (FBControlCore, FBDevi | Low | 6/10/2025 |
| v1.9.0 | ## What's Changed * Add iOS physical device discovery for testing workflows by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/62 ## New Contributors * @calclavia made their first contribution in https://github.com/cameroncooke/XcodeBuildMCP/pull/45 **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.8.0...v1.9.0 | Low | 6/9/2025 |
| v1.8.0 | ## What's Changed New tools for running tests! **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.7.0...v1.8.0 | Low | 6/7/2025 |
| v1.7.0 | ## What's Changed * Add Swift Package build tool by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/52 * Update README.md by @mbaiza27 in https://github.com/cameroncooke/XcodeBuildMCP/pull/50 ## New Contributors * @mbaiza27 made their first contribution in https://github.com/cameroncooke/XcodeBuildMCP/pull/50 **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.6.1...v1.7.0 | Low | 6/4/2025 |
| v1.6.1 | **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.6.0...v1.6.1 | Low | 6/3/2025 |
| v1.6.0 | ## What's Changed * Project scaffold support đ * Fix invalid JSON syntax in README configuration examples by @fal3 in https://github.com/cameroncooke/XcodeBuildMCP/pull/49 ## New Contributors * @fal3 made their first contribution in https://github.com/cameroncooke/XcodeBuildMCP/pull/49 **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.5.0...v1.6.0 | Low | 6/3/2025 |
| v1.5.0 | ## What's Changed * Add MseeP.ai badge by @lwsinclair in https://github.com/cameroncooke/XcodeBuildMCP/pull/42 * Graceful shutdown by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/41 * add MCP server badge by @punkpeye in https://github.com/cameroncooke/XcodeBuildMCP/pull/43 * Refactor process execution by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/44 ## New Contributors * @lwsinclair made their first contribution in https://github.com/cameroncooke | Low | 6/1/2025 |
| v1.4.0 | ## What's Changed * Merge incremental builds by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/40 - Add `preferXcodebuild` argument to build tools with improved error handling allowing the agent to force the use of xcodebuild over xcodemake for complex projects. It also adds a hint when incremental builds fail due to non-compiler errors, enabling the agent to automatically switch to xcodebuild for a recovery build attempt, improving reliability. **Full Changelog**: ht | Low | 5/11/2025 |
| v1.4.0-beta.4 | Updated to match the latest features in `1.3.8` **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.3.8...v1.4.0-beta.4 | Low | 5/10/2025 |
| v1.3.8 | ## What's Changed * Add debugging setup and deep link installation guide for VS Code by @rebornix in https://github.com/cameroncooke/XcodeBuildMCP/pull/38 * Add simulator location and network condition tools by @rebornix in https://github.com/cameroncooke/XcodeBuildMCP/pull/39 **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.3.7...v1.3.8 | Low | 5/10/2025 |
| v1.3.7 | Fixed integration with Claude Code (#3 and #21) **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.3.6...v1.3.7 | Low | 5/8/2025 |
| v1.4.0-beta.3 | **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.4.0-beta.2...v1.4.0-beta.3 | Low | 5/7/2025 |
| v1.4.0-beta.2 | **Full Changelog**: https://github.com/cameroncooke/XcodeBuildMCP/compare/v1.3.6...v1.4.0-beta.2 | Low | 5/7/2025 |
| v1.3.6 | ## What's Changed * Add selective tool support! https://github.com/cameroncooke/XcodeBuildMCP/commit/2f50baee0927a082d9ca5eefab26c7c7aa07510e * Update README.md by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/22 * Update README.md by @cameroncooke in https://github.com/cameroncooke/XcodeBuildMCP/pull/25 * Support setting appearance by @rebornix in https://github.com/cameroncooke/XcodeBuildMCP/pull/27 * Update bug_report.yml by @cameroncooke in https://github.com/camer | Low | 5/7/2025 |
| v1.4.0-beta.1 | See [CHANGELOG.md](https://github.com/cameroncooke/XcodeBuildMCP/blob/1.4.0-beta/CHANGELOG.md#v140-beta1---2025-05-05) | Low | 5/7/2025 |