Skip to content

Commit db6499c

Browse files
committed
Release v1.5.0
1 parent 711f929 commit db6499c

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
@@ -132,7 +132,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
132132
"command": "mise",
133133
"args": [
134134
"x",
135-
"npm:xcodebuildmcp@1.4.0",
135+
"npm:xcodebuildmcp@1.5.0",
136136
"--",
137137
"xcodebuildmcp"
138138
]
@@ -216,14 +216,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
216216

217217
```bash
218218
# Run the diagnostic tool using npx
219-
npx xcodebuildmcp@1.4.0 xcodebuildmcp-diagnostic
219+
npx xcodebuildmcp@1.5.0 xcodebuildmcp-diagnostic
220220
```
221221

222222
#### Using with mise
223223

224224
```bash
225225
# Run the diagnostic tool using mise
226-
mise x npm:xcodebuildmcp@1.4.0 -- xcodebuildmcp-diagnostic
226+
mise x npm:xcodebuildmcp@1.5.0 -- xcodebuildmcp-diagnostic
227227
```
228228

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

0 commit comments

Comments
 (0)