Skip to content

Commit 06c1e18

Browse files
committed
Release v1.3.6
1 parent 2f50bae commit 06c1e18

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.3.6",
106106
"--",
107107
"xcodebuildmcp"
108108
]
@@ -155,14 +155,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
155155

156156
```bash
157157
# Run the diagnostic tool using mise
158-
mise x npm:xcodebuildmcp@1.3.5 -- xcodebuildmcp-diagnostic
158+
mise x npm:xcodebuildmcp@1.3.6 -- xcodebuildmcp-diagnostic
159159
```
160160

161161
#### Using with npx
162162

163163
```bash
164164
# Run the diagnostic tool using npx
165-
npx xcodebuildmcp@1.3.5 xcodebuildmcp-diagnostic
165+
npx xcodebuildmcp@1.3.6 xcodebuildmcp-diagnostic
166166
```
167167

168168
The diagnostic tool will output comprehensive information about:
@@ -194,7 +194,7 @@ Example MCP client configuration:
194194
"command": "mise",
195195
"args": [
196196
"x",
197-
"npm:xcodebuildmcp@1.3.5",
197+
"npm:xcodebuildmcp@1.3.6",
198198
"--",
199199
"xcodebuildmcp"
200200
],
@@ -219,7 +219,7 @@ Once you have enabled one or more tools or groups of tools all other tools will
219219
"command": "mise",
220220
"args": [
221221
"x",
222-
"npm:xcodebuildmcp@1.3.5",
222+
"npm:xcodebuildmcp@1.3.6",
223223
"--",
224224
"xcodebuildmcp"
225225
],

TOOL_OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Here is a fully worked example of how to configure Cursor/Windsurf to use specif
195195
"command": "mise",
196196
"args": [
197197
"x",
198-
"npm:xcodebuildmcp@1.3.5",
198+
"npm:xcodebuildmcp@1.3.6",
199199
"--",
200200
"xcodebuildmcp"
201201
],

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

0 commit comments

Comments
 (0)