Skip to content

Commit 1fa83b7

Browse files
docs: add AdaL CLI installation instructions
Co-Authored-By: AdaL <adal@sylph.ai>
1 parent 1bcc988 commit 1fa83b7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,17 @@ The examples below use npx (Option B). If you installed via Homebrew, replace th
281281
<br />
282282
</details>
283283

284+
<details>
285+
<summary>AdaL CLI</summary>
286+
<br />
287+
288+
Run:
289+
```bash
290+
/mcp add XcodeBuildMCP --command npx --args "-y,xcodebuildmcp@latest,mcp"
291+
```
292+
<br />
293+
</details>
294+
284295
<br />
285296

286297
For other installation options see [Getting Started](docs/GETTING_STARTED.md).

docs/GETTING_STARTED.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ claude mcp add XcodeBuildMCP -e XCODEBUILDMCP_SENTRY_DISABLED=false -- npx -y xc
135135

136136
Note: XcodeBuildMCP requests xcodebuild to skip macro validation to avoid Swift Macro build errors.
137137

138+
### AdaL CLI
139+
```bash
140+
/mcp add XcodeBuildMCP --command npx --args "-y,xcodebuildmcp@latest,mcp"
141+
```
142+
138143
## Next steps
139144
- Configuration options: [CONFIGURATION.md](CONFIGURATION.md)
140145
- Session defaults and opt-out: [SESSION_DEFAULTS.md](SESSION_DEFAULTS.md)

0 commit comments

Comments
 (0)