Skip to content

Commit 1333771

Browse files
committed
Release v9.10.0
1 parent 8d38c55 commit 1333771

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
156156
"command": "mise",
157157
"args": [
158158
"x",
159-
"npm:xcodebuildmcp@1.9.0",
159+
"npm:xcodebuildmcp@9.10.0",
160160
"--",
161161
"xcodebuildmcp"
162162
]
@@ -227,14 +227,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
227227

228228
```bash
229229
# Run the diagnostic tool using npx
230-
npx xcodebuildmcp@1.9.0 xcodebuildmcp-diagnostic
230+
npx xcodebuildmcp@9.10.0 xcodebuildmcp-diagnostic
231231
```
232232

233233
#### Using with mise
234234

235235
```bash
236236
# Run the diagnostic tool using mise
237-
mise x npm:xcodebuildmcp@1.9.0 -- xcodebuildmcp-diagnostic
237+
mise x npm:xcodebuildmcp@9.10.0 -- xcodebuildmcp-diagnostic
238238
```
239239

240240
The diagnostic tool will output comprehensive information about:

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.9.0",
3+
"version": "9.10.0",
44
"templateVersion": "v1.0.2",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)