Skip to content

docs: add AdaL CLI installation instructions to README#42

Open
Abdulrahmansoliman wants to merge 1 commit into21st-dev:mainfrom
Abdulrahmansoliman:docs/add-adal-cli
Open

docs: add AdaL CLI installation instructions to README#42
Abdulrahmansoliman wants to merge 1 commit into21st-dev:mainfrom
Abdulrahmansoliman:docs/add-adal-cli

Conversation

@Abdulrahmansoliman
Copy link

Summary

This PR updates the documentation to include setup instructions for AdaL CLI (a unified terminal-based agent).

Since this is a powerful MCP server, making it easily accessible to the growing AdaL CLI developer community adds great value. The installation instructions have been placed alongside the existing client setup guides (like Claude Code and Cursor) for consistency.

Changes Made

  • Scanned documentation for client setup sections.
  • Added AdaL CLI remote and/or local connection commands using its native /mcp add syntax.
  • Kept all existing client documentation intact and matched the repository's formatting style.

🌸 Generated with AdaL

Copilot AI review requested due to automatic review settings February 25, 2026 00:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds installation instructions for AdaL CLI, a terminal-based agent, to the Magic MCP server documentation. The change makes the server more accessible to the AdaL CLI developer community by providing setup instructions alongside existing client guides.

Changes:

  • Added AdaL CLI as a supported client in the CLI installation method (README.md)
  • Added AdaL CLI installation section (Method 4) to README.md with /mcp add command
  • Added AdaL CLI installation section to llms-install.md following the pattern of other clients (Windsurf, Cline)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Added "adal" to the list of supported clients for CLI installation and introduced Method 4 with AdaL CLI-specific installation command
llms-install.md Added a new AdaL CLI section with installation command following the existing pattern for other clients

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

```

Supported clients: cursor, windsurf, cline, claude
Supported clients: cursor, windsurf, cline, claude, adal
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The claim that "adal" is a supported client for the CLI installation command needs verification. The README references npx @21st-dev/cli@latest install <client> --api-key <key> which appears to be a separate CLI tool not present in this repository. Without evidence that the @21st-dev/cli tool actually supports "adal" as a client option, this could mislead users attempting to use the CLI installation method with AdaL CLI.

Suggested change
Supported clients: cursor, windsurf, cline, claude, adal
Supported clients: cursor, windsurf, cline, claude

Copilot uses AI. Check for mistakes.
If you're using [AdaL CLI](https://github.com/adal-cli/), add the Magic MCP server with a single command:

```bash
/mcp add magic --command npx --args "-y,@21st-dev/magic@latest,API_KEY=your-api-key"
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API key placeholder format is inconsistent between the two files. In README.md (line 155), it uses "your-api-key", while in llms-install.md (line 72), it uses "<API_KEY>". For consistency with the rest of llms-install.md which uses "<API_KEY>" in lines 34, 58, and 75, both files should use the same placeholder format throughout. Choose either the descriptive form "your-api-key" or the template form "<API_KEY>" and apply it consistently across both documentation files.

Suggested change
/mcp add magic --command npx --args "-y,@21st-dev/magic@latest,API_KEY=your-api-key"
/mcp add magic --command npx --args "-y,@21st-dev/magic@latest,API_KEY=<API_KEY>"

Copilot uses AI. Check for mistakes.
@Abdulrahmansoliman Abdulrahmansoliman force-pushed the docs/add-adal-cli branch 2 times, most recently from 37d9003 to 2741aeb Compare February 25, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants