Skip to content

Commit 689d322

Browse files
committed
Release v1.9.0
1 parent fc872ca commit 689d322

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
@@ -166,7 +166,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
166166
"command": "mise",
167167
"args": [
168168
"x",
169-
"npm:xcodebuildmcp@1.8.0",
169+
"npm:xcodebuildmcp@1.9.0",
170170
"--",
171171
"xcodebuildmcp"
172172
]
@@ -237,14 +237,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
237237

238238
```bash
239239
# Run the diagnostic tool using npx
240-
npx xcodebuildmcp@1.8.0 xcodebuildmcp-diagnostic
240+
npx xcodebuildmcp@1.9.0 xcodebuildmcp-diagnostic
241241
```
242242

243243
#### Using with mise
244244

245245
```bash
246246
# Run the diagnostic tool using mise
247-
mise x npm:xcodebuildmcp@1.8.0 -- xcodebuildmcp-diagnostic
247+
mise x npm:xcodebuildmcp@1.9.0 -- xcodebuildmcp-diagnostic
248248
```
249249

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

0 commit comments

Comments
 (0)