Skip to content

Commit 0565c39

Browse files
committed
Release v1.3.8
1 parent 36983c4 commit 0565c39

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Configure your MCP client (Windsurf, Cursor, Claude Desktop, etc.) to use the Xc
104104
"command": "mise",
105105
"args": [
106106
"x",
107-
"npm:xcodebuildmcp@1.3.7",
107+
"npm:xcodebuildmcp@1.3.8",
108108
"--",
109109
"xcodebuildmcp"
110110
]
@@ -129,14 +129,14 @@ To generate
129129
let obj = {
130130
"name": "XcodeBuildMCP",
131131
"command": "mise",
132-
"args": [ "x", "npm:xcodebuildmcp@1.3.7", "--", "xcodebuildmcp"]
132+
"args": [ "x", "npm:xcodebuildmcp@1.3.8", "--", "xcodebuildmcp"]
133133
}
134134
135135
// For Insiders, use `vscode-insiders` instead of `code`
136136
const link = encodeURIComponent(`vscode:mcp/install?${(JSON.stringify(obj))}`);
137137
``` -->
138138

139-
[<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.7%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.7%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)
139+
[<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)
140140

141141

142142
### Enabling UI Automation (beta)
@@ -177,14 +177,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
177177

178178
```bash
179179
# Run the diagnostic tool using mise
180-
mise x npm:xcodebuildmcp@1.3.7 -- xcodebuildmcp-diagnostic
180+
mise x npm:xcodebuildmcp@1.3.8 -- xcodebuildmcp-diagnostic
181181
```
182182

183183
#### Using with npx
184184

185185
```bash
186186
# Run the diagnostic tool using npx
187-
npx xcodebuildmcp@1.3.7 xcodebuildmcp-diagnostic
187+
npx xcodebuildmcp@1.3.8 xcodebuildmcp-diagnostic
188188
```
189189

190190
The diagnostic tool will output comprehensive information about:
@@ -227,7 +227,7 @@ Example MCP client configuration:
227227
"command": "mise",
228228
"args": [
229229
"x",
230-
"npm:xcodebuildmcp@1.3.7",
230+
"npm:xcodebuildmcp@1.3.8",
231231
"--",
232232
"xcodebuildmcp"
233233
],
@@ -252,7 +252,7 @@ Once you have enabled one or more tools or groups of tools all other tools will
252252
"command": "mise",
253253
"args": [
254254
"x",
255-
"npm:xcodebuildmcp@1.3.7",
255+
"npm:xcodebuildmcp@1.3.8",
256256
"--",
257257
"xcodebuildmcp"
258258
],

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.3.7",
198+
"npm:xcodebuildmcp@1.3.8",
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.3.7",
3+
"version": "1.3.8",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)