Skip to content

Commit ffe966f

Browse files
committed
Release v2.0.0
1 parent e580fea commit ffe966f

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Model Context Protocol (MCP) server and CLI that provides tools for agent use
1010
### CLI Installation
1111

1212
```bash
13-
npm install -g xcodebuildmcp@beta
13+
npm install -g xcodebuildmcp@latest
1414
xcodebuildmcp --help
1515
```
1616

@@ -21,7 +21,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
2121
```json
2222
"XcodeBuildMCP": {
2323
"command": "npx",
24-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
24+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
2525
}
2626
```
2727

@@ -35,7 +35,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
3535
"mcpServers": {
3636
"XcodeBuildMCP": {
3737
"command": "npx",
38-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
38+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
3939
}
4040
}
4141
}
@@ -49,7 +49,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
4949
"command": "/bin/zsh",
5050
"args": [
5151
"-lc",
52-
"cd \"${workspaceFolder}\" && exec npx -y xcodebuildmcp@beta mcp"
52+
"cd \"${workspaceFolder}\" && exec npx -y xcodebuildmcp@latest mcp"
5353
]
5454
}
5555
}
@@ -58,7 +58,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
5858

5959
Or use the quick install link:
6060

61-
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en-US/install-mcp?name=XcodeBuildMCP&config=eyJjb21tYW5kIjoiL2Jpbi96c2giLCJhcmdzIjpbIi1sYyIsImNkIFwiJHt3b3Jrc3BhY2VGb2xkZXJ9XCIgJiYgZXhlYyBucHggLXkgeGNvZGVidWlsZG1jcEBiZXRhIG1jcCJdfQ%3D%3D)
61+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en-US/install-mcp?name=XcodeBuildMCP&config=eyJjb21tYW5kIjoibnB4IC15IHhjb2RlYnVpbGRtY3BAbGF0ZXN0IG1jcCJ9)
6262
<br />
6363
</details>
6464

@@ -68,7 +68,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
6868

6969
Run:
7070
```bash
71-
claude mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@beta mcp
71+
claude mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcp
7272
```
7373
<br />
7474
</details>
@@ -79,14 +79,14 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
7979

8080
Run:
8181
```bash
82-
codex mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@beta mcp
82+
codex mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcp
8383
```
8484

8585
Or add to `~/.codex/config.toml`:
8686
```toml
8787
[mcp_servers.XcodeBuildMCP]
8888
command = "npx"
89-
args = ["-y", "xcodebuildmcp@beta", "mcp"]
89+
args = ["-y", "xcodebuildmcp@latest", "mcp"]
9090
```
9191
<br />
9292
</details>
@@ -101,7 +101,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
101101
"mcpServers": {
102102
"XcodeBuildMCP": {
103103
"command": "npx",
104-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
104+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
105105
}
106106
}
107107
}
@@ -119,16 +119,16 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
119119
"servers": {
120120
"XcodeBuildMCP": {
121121
"command": "npx",
122-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
122+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
123123
}
124124
}
125125
}
126126
```
127127

128128
Or use the quick install links:
129129

130-
[![Install in VS Code](https://img.shields.io/badge/VS_Code-XcodeBuildMCP-0098FF?style=flat&logo=visualstudiocode&logoColor=ffffff)](vscode:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40beta%22%2C%22mcp%22%5D%7D)
131-
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-XcodeBuildMCP-24bfa5?style=flat&logo=visualstudiocode&logoColor=ffffff)](vscode-insiders:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40beta%22%2C%22mcp%22%5D%7D)
130+
[![Install in VS Code](https://img.shields.io/badge/VS_Code-XcodeBuildMCP-0098FF?style=flat&logo=visualstudiocode&logoColor=ffffff)](vscode:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40latest%22%2C%22mcp%22%5D%7D)
131+
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-XcodeBuildMCP-24bfa5?style=flat&logo=visualstudiocode&logoColor=ffffff)](vscode-insiders:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40latest%22%2C%22mcp%22%5D%7D)
132132
<br />
133133
</details>
134134

@@ -142,7 +142,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
142142
"mcpServers": {
143143
"XcodeBuildMCP": {
144144
"command": "npx",
145-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
145+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
146146
}
147147
}
148148
}
@@ -160,7 +160,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
160160
"mcpServers": {
161161
"XcodeBuildMCP": {
162162
"command": "npx",
163-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
163+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
164164
}
165165
}
166166
}
@@ -181,7 +181,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
181181
[mcp_servers.XcodeBuildMCP]
182182
args = [
183183
"-lc",
184-
"PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin; export NVM_DIR=\"$HOME/.nvm\"; [ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"; nvm use --silent >/dev/null 2>&1 || true; npx -y xcodebuildmcp@beta mcp"
184+
"PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin; export NVM_DIR=\"$HOME/.nvm\"; [ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"; nvm use --silent >/dev/null 2>&1 || true; npx -y xcodebuildmcp@latest mcp"
185185
]
186186
command = "/bin/zsh"
187187
enabled = true
@@ -210,7 +210,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
210210
"command": "/bin/zsh",
211211
"args": [
212212
"-lc",
213-
"PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin; export NVM_DIR=\"$HOME/.nvm\"; [ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"; nvm use --silent >/dev/null 2>&1 || true; npx -y xcodebuildmcp@beta mcp"
213+
"PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin; export NVM_DIR=\"$HOME/.nvm\"; [ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"; nvm use --silent >/dev/null 2>&1 || true; npx -y xcodebuildmcp@latest mcp"
214214
]
215215
}
216216
}
@@ -247,7 +247,7 @@ XcodeBuildMCP now includes two optional agent skills:
247247
To install, copy and paste the command below into a terminal and follow the on-screen instructions.
248248

249249
```bash
250-
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/main/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
250+
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.0/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
251251
```
252252

253253
For further information on how to install the skill, see: [docs/SKILLS.md](docs/SKILLS.md)
@@ -267,7 +267,7 @@ XcodeBuildMCP provides a unified command-line interface. The `mcp` subcommand st
267267

268268
```bash
269269
# Install globally
270-
npm install -g xcodebuildmcp@beta
270+
npm install -g xcodebuildmcp@latest
271271

272272
# Start the MCP server (for MCP clients)
273273
xcodebuildmcp mcp

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/cameroncooke/XcodeBuildMCP/main/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
14+
curl -fsSL https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v2.0.0/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/cameroncooke/XcodeBuildMCP/main/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/cameroncooke/XcodeBuildMCP/v2.0.0/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/cameroncooke/XcodeBuildMCP/main/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/cameroncooke/XcodeBuildMCP/v2.0.0/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/cameroncooke/XcodeBuildMCP/main/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/cameroncooke/XcodeBuildMCP/v2.0.0/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/cameroncooke/XcodeBuildMCP/main/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/cameroncooke/XcodeBuildMCP/v2.0.0/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcodebuildmcp",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"mcpName": "com.xcodebuildmcp/XcodeBuildMCP",
55
"iOSTemplateVersion": "v1.0.8",
66
"macOSTemplateVersion": "v1.0.5",

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.0-beta.1",
10+
"version": "2.0.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "xcodebuildmcp",
16-
"version": "2.0.0-beta.1",
16+
"version": "2.0.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)