Skip to content

Release v2.0.5

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:50
· 170 commits to main since this release

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:

brew tap cameroncooke/xcodebuildmcp
brew install xcodebuildmcp

MCP config:

"XcodeBuildMCP": {
  "command": "xcodebuildmcp",
  "args": ["mcp"]
}

Option B — npm / npx (Node.js 18+)

Install:

npm install -g xcodebuildmcp@latest

MCP config:

"XcodeBuildMCP": {
  "command": "npx",
  "args": ["-y", "xcodebuildmcp@latest", "mcp"]
}

📦 NPM Package: https://www.npmjs.com/package/xcodebuildmcp/v/2.0.5