Skip to content

Commit bd66e3d

Browse files
committed
Release v1.10.1
1 parent 600ba02 commit bd66e3d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.10.0",
159+
"npm:xcodebuildmcp@1.10.1",
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.10.0 xcodebuildmcp-diagnostic
230+
npx xcodebuildmcp@1.10.1 xcodebuildmcp-diagnostic
231231
```
232232

233233
#### Using with mise
234234

235235
```bash
236236
# Run the diagnostic tool using mise
237-
mise x npm:xcodebuildmcp@1.10.0 -- xcodebuildmcp-diagnostic
237+
mise x npm:xcodebuildmcp@1.10.1 -- 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.10.0",
3+
"version": "1.10.1",
44
"templateVersion": "v1.0.3",
55
"main": "build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)