-
Notifications
You must be signed in to change notification settings - Fork 301
docs: add AdaL CLI installation instructions to README #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,6 +12,7 @@ Magic Component Platform (MCP) is a powerful AI-driven tool that helps developer | |||||
| - [Windsurf](https://windsurf.ai) support | ||||||
| - [VSCode](https://code.visualstudio.com/) support | ||||||
| - [VSCode + Cline](https://cline.bot) integration (Beta) | ||||||
| - [AdaL CLI](https://sylph.ai/) support | ||||||
| - **Modern Component Library**: Access to a vast collection of pre-built, customizable components inspired by [21st.dev](https://21st.dev) | ||||||
| - **Real-time Preview**: Instantly see your components as you create them | ||||||
| - **TypeScript Support**: Full TypeScript support for type-safe development | ||||||
|
|
@@ -45,6 +46,7 @@ Magic Component Platform (MCP) is a powerful AI-driven tool that helps developer | |||||
| - Cursor | ||||||
| - Windsurf | ||||||
| - VSCode (with Cline extension) | ||||||
| - [AdaL CLI](https://sylph.ai/) | ||||||
|
|
||||||
| ### Installation | ||||||
|
|
||||||
|
|
@@ -63,7 +65,7 @@ One command to install and configure MCP for your IDE: | |||||
| npx @21st-dev/cli@latest install <client> --api-key <key> | ||||||
| ``` | ||||||
|
|
||||||
| Supported clients: cursor, windsurf, cline, claude | ||||||
| Supported clients: cursor, windsurf, cline, claude, adal | ||||||
|
|
||||||
| #### Method 2: Manual Configuration | ||||||
|
|
||||||
|
|
@@ -147,6 +149,14 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace | |||||
| } | ||||||
| ``` | ||||||
|
|
||||||
| #### Method 4: AdaL CLI | ||||||
|
|
||||||
| If you're using [AdaL CLI](https://sylph.ai/), 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" | ||||||
|
||||||
| /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>" |
There was a problem hiding this comment.
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/clitool actually supports "adal" as a client option, this could mislead users attempting to use the CLI installation method with AdaL CLI.