Skip to content

Commit 97519ce

Browse files
committed
Release v1.3.4
1 parent 05a46ed commit 97519ce

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Configure your MCP client (Windsurf, Cursor, Claude Desktop, etc.) to use the Xc
9999
"command": "mise",
100100
"args": [
101101
"x",
102-
"npm:xcodebuildmcp@1.3.3",
102+
"npm:xcodebuildmcp@1.3.4",
103103
"--",
104104
"xcodebuildmcp"
105105
]
@@ -141,14 +141,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
141141

142142
```bash
143143
# Run the diagnostic tool using mise
144-
mise x npm:xcodebuildmcp@1.3.3 -- xcodebuildmcp-diagnostic
144+
mise x npm:xcodebuildmcp@1.3.4 -- xcodebuildmcp-diagnostic
145145
```
146146

147147
#### Using with npx
148148

149149
```bash
150150
# Run the diagnostic tool using npx
151-
npx xcodebuildmcp@1.3.3 xcodebuildmcp-diagnostic
151+
npx xcodebuildmcp@1.3.4 xcodebuildmcp-diagnostic
152152
```
153153

154154
The diagnostic tool will output comprehensive information about:
@@ -180,7 +180,7 @@ Example MCP client configuration:
180180
"command": "mise",
181181
"args": [
182182
"x",
183-
"npm:xcodebuildmcp@1.3.3",
183+
"npm:xcodebuildmcp@1.3.4",
184184
"--",
185185
"xcodebuildmcp"
186186
],

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

0 commit comments

Comments
 (0)