Skip to content

Commit a8bc7d1

Browse files
committed
Release v2.0.6
1 parent 74523cf commit a8bc7d1

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## [2.0.6]
4+
5+
### Changed
6+
7+
- 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.
8+
39
## [2.0.5] - 2026-02-10
410

511
### Added
612

7-
- Homebrew installation (`brew tap cameroncooke/xcodebuildmcp && brew install xcodebuildmcp`) — installs a self-contained binary with no Node.js dependency.
13+
- Homebrew installation (`brew tap getsentry/xcodebuildmcp && brew install xcodebuildmcp`) — installs a self-contained binary with no Node.js dependency.
814

915
### Removed
1016

@@ -267,3 +273,4 @@ Please note that the UI automation features are an early preview and currently i
267273
- Initial release of XcodeBuildMCP
268274
- Basic support for building iOS and macOS applications
269275

276+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ XcodeBuildMCP now includes two optional agent skills:
273273
To install, copy and paste the command below into a terminal and follow the on-screen instructions.
274274

275275
```bash
276-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
276+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
277277
```
278278

279279
For further information on how to install the skill, see: [docs/SKILLS.md](docs/SKILLS.md)

docs/SKILLS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ XcodeBuildMCP now includes two optional agent skills:
1111
Install via the interactive installer and follow the on-screen instructions.
1212

1313
```bash
14-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
14+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
1515
```
1616

1717
## Automated installation
@@ -21,27 +21,27 @@ Useful for CI/CD pipelines or for agentic installation. `--skill` should be set
2121
### Install (Claude Code)
2222

2323
```bash
24-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill <mcp|cli>
24+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill <mcp|cli>
2525
```
2626

2727
### Install (Cursor)
2828

2929
```bash
30-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill <mcp|cli>
30+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill <mcp|cli>
3131
```
3232

3333
### Install (Codex CLI)
3434

3535
```bash
36-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill <mcp|cli>
36+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill <mcp|cli>
3737
```
3838

3939
### Install (Other Clients)
4040

4141
For other clients if you know the path to the skills directory you can pass the `--dest` flag.
4242

4343
```bash
44-
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill <mcp|cli>
44+
curl -fsSL https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v2.0.6/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill <mcp|cli>
4545
```
4646

4747
## Unsupporting Clients

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcodebuildmcp",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"mcpName": "com.xcodebuildmcp/XcodeBuildMCP",
55
"iOSTemplateVersion": "v1.0.8",
66
"macOSTemplateVersion": "v1.0.5",
@@ -103,4 +103,4 @@
103103
"vitest": "^3.2.4",
104104
"xcode": "^3.0.1"
105105
}
106-
}
106+
}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"source": "github",
88
"id": "945551361"
99
},
10-
"version": "2.0.5",
10+
"version": "2.0.6",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "xcodebuildmcp",
16-
"version": "2.0.5",
16+
"version": "2.0.6",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)