Skip to content

Commit 94728b0

Browse files
committed
Release v1.4.0-beta.1
1 parent 35e7cef commit 94728b0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Configure your MCP client (Windsurf, Cursor, Claude Desktop, etc.) to use the Xc
102102
"command": "mise",
103103
"args": [
104104
"x",
105-
"npm:xcodebuildmcp@1.3.5",
105+
"npm:xcodebuildmcp@1.4.0-beta.1",
106106
"--",
107107
"xcodebuildmcp"
108108
]
@@ -152,7 +152,7 @@ Example MCP client configuration:
152152
"command": "mise",
153153
"args": [
154154
"x",
155-
"npm:xcodebuildmcp@1.3.5",
155+
"npm:xcodebuildmcp@1.4.0-beta.1",
156156
"--",
157157
"xcodebuildmcp"
158158
],
@@ -179,14 +179,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
179179

180180
```bash
181181
# Run the diagnostic tool using mise
182-
mise x npm:xcodebuildmcp@1.3.5 -- xcodebuildmcp-diagnostic
182+
mise x npm:xcodebuildmcp@1.4.0-beta.1 -- xcodebuildmcp-diagnostic
183183
```
184184

185185
#### Using with npx
186186

187187
```bash
188188
# Run the diagnostic tool using npx
189-
npx xcodebuildmcp@1.3.5 xcodebuildmcp-diagnostic
189+
npx xcodebuildmcp@1.4.0-beta.1 xcodebuildmcp-diagnostic
190190
```
191191

192192
The diagnostic tool will output comprehensive information about:
@@ -218,7 +218,7 @@ Example MCP client configuration:
218218
"command": "mise",
219219
"args": [
220220
"x",
221-
"npm:xcodebuildmcp@1.3.5",
221+
"npm:xcodebuildmcp@1.4.0-beta.1",
222222
"--",
223223
"xcodebuildmcp"
224224
],

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

0 commit comments

Comments
 (0)