Skip to content

Commit 89504c9

Browse files
committed
Release v1.6.0
1 parent de5acc0 commit 89504c9

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
@@ -133,7 +133,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
133133
"command": "mise",
134134
"args": [
135135
"x",
136-
"npm:xcodebuildmcp@1.5.0",
136+
"npm:xcodebuildmcp@1.6.0",
137137
"--",
138138
"xcodebuildmcp"
139139
]
@@ -217,14 +217,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
217217

218218
```bash
219219
# Run the diagnostic tool using npx
220-
npx xcodebuildmcp@1.5.0 xcodebuildmcp-diagnostic
220+
npx xcodebuildmcp@1.6.0 xcodebuildmcp-diagnostic
221221
```
222222

223223
#### Using with mise
224224

225225
```bash
226226
# Run the diagnostic tool using mise
227-
mise x npm:xcodebuildmcp@1.5.0 -- xcodebuildmcp-diagnostic
227+
mise x npm:xcodebuildmcp@1.6.0 -- xcodebuildmcp-diagnostic
228228
```
229229

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

0 commit comments

Comments
 (0)