Skip to content

Commit a9c0633

Browse files
committed
Release v1.8.0
1 parent 629b5d1 commit a9c0633

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
@@ -152,7 +152,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
152152
"command": "mise",
153153
"args": [
154154
"x",
155-
"npm:xcodebuildmcp@1.7.0",
155+
"npm:xcodebuildmcp@1.8.0",
156156
"--",
157157
"xcodebuildmcp"
158158
]
@@ -206,14 +206,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
206206

207207
```bash
208208
# Run the diagnostic tool using npx
209-
npx xcodebuildmcp@1.7.0 xcodebuildmcp-diagnostic
209+
npx xcodebuildmcp@1.8.0 xcodebuildmcp-diagnostic
210210
```
211211

212212
#### Using with mise
213213

214214
```bash
215215
# Run the diagnostic tool using mise
216-
mise x npm:xcodebuildmcp@1.7.0 -- xcodebuildmcp-diagnostic
216+
mise x npm:xcodebuildmcp@1.8.0 -- xcodebuildmcp-diagnostic
217217
```
218218

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

0 commit comments

Comments
 (0)