Skip to content

Commit 5f66bbb

Browse files
committed
Release v1.4.0-beta.4
1 parent 213f360 commit 5f66bbb

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Configure your MCP client (Windsurf, Cursor, Claude Desktop, etc.) to use the Xc
105105
"command": "mise",
106106
"args": [
107107
"x",
108-
"npm:xcodebuildmcp@1.4.0-beta.3",
108+
"npm:xcodebuildmcp@1.4.0-beta.4",
109109
"--",
110110
"xcodebuildmcp"
111111
]
@@ -130,14 +130,14 @@ To generate
130130
let obj = {
131131
"name": "XcodeBuildMCP",
132132
"command": "mise",
133-
"args": [ "x", "npm:xcodebuildmcp@1.3.8", "--", "xcodebuildmcp"]
133+
"args": [ "x", "npm:xcodebuildmcp@1.4.0-beta.4", "--", "xcodebuildmcp"]
134134
}
135135
136136
// For Insiders, use `vscode-insiders` instead of `code`
137137
const link = encodeURIComponent(`vscode:mcp/install?${(JSON.stringify(obj))}`);
138138
``` -->
139139

140-
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.8%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D) [<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.8%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)
140+
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.4.0-beta.4%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D) [<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.4.0-beta.4%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)
141141

142142

143143
### Enabling UI Automation (beta)
@@ -175,7 +175,7 @@ Example MCP client configuration:
175175
"command": "mise",
176176
"args": [
177177
"x",
178-
"npm:xcodebuildmcp@1.4.0-beta.3",
178+
"npm:xcodebuildmcp@1.4.0-beta.4",
179179
"--",
180180
"xcodebuildmcp"
181181
],
@@ -202,14 +202,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
202202

203203
```bash
204204
# Run the diagnostic tool using mise
205-
mise x npm:xcodebuildmcp@1.4.0-beta.3 -- xcodebuildmcp-diagnostic
205+
mise x npm:xcodebuildmcp@1.4.0-beta.4 -- xcodebuildmcp-diagnostic
206206
```
207207

208208
#### Using with npx
209209

210210
```bash
211211
# Run the diagnostic tool using npx
212-
npx xcodebuildmcp@1.4.0-beta.3 xcodebuildmcp-diagnostic
212+
npx xcodebuildmcp@1.4.0-beta.4 xcodebuildmcp-diagnostic
213213
```
214214

215215
The diagnostic tool will output comprehensive information about:
@@ -252,7 +252,7 @@ Example MCP client configuration:
252252
"command": "mise",
253253
"args": [
254254
"x",
255-
"npm:xcodebuildmcp@1.4.0-beta.3",
255+
"npm:xcodebuildmcp@1.4.0-beta.4",
256256
"--",
257257
"xcodebuildmcp"
258258
],
@@ -277,7 +277,7 @@ Once you have enabled one or more tools or groups of tools all other tools will
277277
"command": "mise",
278278
"args": [
279279
"x",
280-
"npm:xcodebuildmcp@1.4.0-beta.3",
280+
"npm:xcodebuildmcp@1.4.0-beta.4",
281281
"--",
282282
"xcodebuildmcp"
283283
],

TOOL_OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Here is a fully worked example of how to configure Cursor/Windsurf to use specif
195195
"command": "mise",
196196
"args": [
197197
"x",
198-
"npm:xcodebuildmcp@1.4.0-beta.3",
198+
"npm:xcodebuildmcp@1.4.0-beta.4",
199199
"--",
200200
"xcodebuildmcp"
201201
],

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": "1.4.0-beta.3",
3+
"version": "1.4.0-beta.4",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)