You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For Insiders, use `vscode-insiders` instead of `code`
136
136
const link = encodeURIComponent(`vscode:mcp/install?${(JSON.stringify(obj))}`);
137
137
``` -->
138
138
139
-
[<imgsrc="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF"alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.7%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)[<imgalt="Install in VS Code Insiders"src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.7%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)
139
+
[<imgsrc="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF"alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.8%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)[<imgalt="Install in VS Code Insiders"src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22command%22%3A%22mise%22%2C%22args%22%3A%5B%22x%22%2C%22npm%3Axcodebuildmcp%401.3.8%22%2C%22--%22%2C%22xcodebuildmcp%22%5D%7D)
140
140
141
141
142
142
### Enabling UI Automation (beta)
@@ -177,14 +177,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
177
177
178
178
```bash
179
179
# Run the diagnostic tool using mise
180
-
mise x npm:xcodebuildmcp@1.3.7 -- xcodebuildmcp-diagnostic
180
+
mise x npm:xcodebuildmcp@1.3.8 -- xcodebuildmcp-diagnostic
181
181
```
182
182
183
183
#### Using with npx
184
184
185
185
```bash
186
186
# Run the diagnostic tool using npx
187
-
npx xcodebuildmcp@1.3.7 xcodebuildmcp-diagnostic
187
+
npx xcodebuildmcp@1.3.8 xcodebuildmcp-diagnostic
188
188
```
189
189
190
190
The diagnostic tool will output comprehensive information about:
@@ -227,7 +227,7 @@ Example MCP client configuration:
227
227
"command": "mise",
228
228
"args": [
229
229
"x",
230
-
"npm:xcodebuildmcp@1.3.7",
230
+
"npm:xcodebuildmcp@1.3.8",
231
231
"--",
232
232
"xcodebuildmcp"
233
233
],
@@ -252,7 +252,7 @@ Once you have enabled one or more tools or groups of tools all other tools will
0 commit comments