Skip to content

Commit efb9bcf

Browse files
committed
Release v1.3.5
1 parent eaa06aa commit efb9bcf

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.4",
102+
"npm:xcodebuildmcp@1.3.5",
103103
"--",
104104
"xcodebuildmcp"
105105
]
@@ -147,14 +147,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
147147

148148
```bash
149149
# Run the diagnostic tool using mise
150-
mise x npm:xcodebuildmcp@1.3.4 -- xcodebuildmcp-diagnostic
150+
mise x npm:xcodebuildmcp@1.3.5 -- xcodebuildmcp-diagnostic
151151
```
152152

153153
#### Using with npx
154154

155155
```bash
156156
# Run the diagnostic tool using npx
157-
npx xcodebuildmcp@1.3.4 xcodebuildmcp-diagnostic
157+
npx xcodebuildmcp@1.3.5 xcodebuildmcp-diagnostic
158158
```
159159

160160
The diagnostic tool will output comprehensive information about:
@@ -186,7 +186,7 @@ Example MCP client configuration:
186186
"command": "mise",
187187
"args": [
188188
"x",
189-
"npm:xcodebuildmcp@1.3.4",
189+
"npm:xcodebuildmcp@1.3.5",
190190
"--",
191191
"xcodebuildmcp"
192192
],

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

0 commit comments

Comments
 (0)