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
@@ -101,7 +101,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
101
101
"mcpServers": {
102
102
"XcodeBuildMCP": {
103
103
"command": "npx",
104
-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
104
+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
105
105
}
106
106
}
107
107
}
@@ -119,16 +119,16 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
119
119
"servers": {
120
120
"XcodeBuildMCP": {
121
121
"command": "npx",
122
-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
122
+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
123
123
}
124
124
}
125
125
}
126
126
```
127
127
128
128
Or use the quick install links:
129
129
130
-
[](vscode:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40beta%22%2C%22mcp%22%5D%7D)
131
-
[](vscode-insiders:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40beta%22%2C%22mcp%22%5D%7D)
130
+
[](vscode:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40latest%22%2C%22mcp%22%5D%7D)
131
+
[](vscode-insiders:mcp/install?%7B%22name%22%3A%22XcodeBuildMCP%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22xcodebuildmcp%40latest%22%2C%22mcp%22%5D%7D)
132
132
<br />
133
133
</details>
134
134
@@ -142,7 +142,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
142
142
"mcpServers": {
143
143
"XcodeBuildMCP": {
144
144
"command": "npx",
145
-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
145
+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
146
146
}
147
147
}
148
148
}
@@ -160,7 +160,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
160
160
"mcpServers": {
161
161
"XcodeBuildMCP": {
162
162
"command": "npx",
163
-
"args": ["-y", "xcodebuildmcp@beta", "mcp"]
163
+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
164
164
}
165
165
}
166
166
}
@@ -181,7 +181,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
0 commit comments