We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a208f1f commit baf7245Copy full SHA for baf7245
1 file changed
README.md
@@ -136,14 +136,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
136
137
```bash
138
# Run the diagnostic tool using mise
139
-mise x npm:xcodebuildmcp@latest -- xcodebuildmcp-diagnostic
+mise x npm:xcodebuildmcp@1.3.1 -- xcodebuildmcp-diagnostic
140
```
141
142
#### Using with npx
143
144
145
# Run the diagnostic tool using npx
146
-npx xcodebuildmcp@latest xcodebuildmcp-diagnostic
+npx xcodebuildmcp@1.3.1 xcodebuildmcp-diagnostic
147
148
149
The diagnostic tool will output comprehensive information about:
0 commit comments