Skip to content

docs: add AdaL CLI installation instructions to README#1992

Open
Abdulrahmansoliman wants to merge 3 commits intoupstash:masterfrom
Abdulrahmansoliman:docs/add-adal-cli
Open

docs: add AdaL CLI installation instructions to README#1992
Abdulrahmansoliman wants to merge 3 commits intoupstash:masterfrom
Abdulrahmansoliman:docs/add-adal-cli

Conversation

@Abdulrahmansoliman
Copy link

Summary

Context7 is an incredibly powerful tool for terminal-based agents, so it makes perfect sense to make it easily accessible to the AdaL developer community.

This PR updates the README.md to include installation instructions for AdaL CLI (a unified terminal agent), placing it right alongside the setup guides for Claude Code and Opencode.

Changes Made

  • Added a new Install in AdaL CLI section to the README.
  • Provided both Remote (HTTP) and Local (NPX) connection commands using AdaL's native /mcp add syntax.
  • Linked to the official AdaL CLI documentation for further reference.
  • Updated the ctx7 setup section to include --adal as a targeting option.

Testing

  • Verified Markdown formatting renders correctly.
  • Confirmed command syntax aligns with AdaL CLI's standard server configuration flags.

🌸 Generated with AdaL

Co-Authored-By: AdaL <adal@sylph.ai>
Copilot AI review requested due to automatic review settings February 24, 2026 23:11
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 to the Context7 MCP README, aiming to make the tool accessible to the AdaL developer community. The changes include a new installation section with both remote (HTTP) and local (NPX) connection commands, along with an update to the ctx7 setup documentation to mention AdaL as a supported agent.

Changes:

  • Added new "Install in AdaL CLI" section with remote and local server connection examples
  • Updated ctx7 setup description to include --adal as a targeting option

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

README.md Outdated
#### AdaL CLI Remote Server Connection

```bash
/mcp add context7 --transport http --url https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY:YOUR_API_KEY"
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The header format "CONTEXT7_API_KEY:YOUR_API_KEY" uses a colon without a space, which is inconsistent with other sections. In the Claude Code section (line 99), it uses "CONTEXT7_API_KEY: YOUR_API_KEY" with a space after the colon. Please use consistent header formatting across all sections.

Suggested change
/mcp add context7 --transport http --url https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY:YOUR_API_KEY"
/mcp add context7 --transport http --url https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: YOUR_API_KEY"

Copilot uses AI. Check for mistakes.
README.md Outdated
```

Authenticates via OAuth, generates an API key, and configures the MCP server and rule for your agents. Use `--cursor`, `--claude`, or `--opencode` to target a specific agent.
Authenticates via OAuth, generates an API key, and configures the MCP server and rule for your agents. Use `--cursor`, `--claude`, `--opencode`, or `--adal` to target a specific agent.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The documentation claims that --adal is a valid targeting option for ctx7 setup, but this flag is not implemented in the CLI code. The SetupAgent type in packages/cli/src/setup/agents.ts:5 only includes "claude", "cursor", and "opencode". The setup command in packages/cli/src/commands/setup.ts does not have an --adal option. Either remove the --adal reference from this line or implement the functionality in the CLI first.

Suggested change
Authenticates via OAuth, generates an API key, and configures the MCP server and rule for your agents. Use `--cursor`, `--claude`, `--opencode`, or `--adal` to target a specific agent.
Authenticates via OAuth, generates an API key, and configures the MCP server and rule for your agents. Use `--cursor`, `--claude`, or `--opencode` to target a specific agent.

Copilot uses AI. Check for mistakes.
README.md Outdated
<details>
<summary><b>Install in AdaL CLI</b></summary>

Run these commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL) for more info.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The documentation link points to the general AdaL GitHub repository (https://github.com/SylphAI-Inc/AdaL) rather than specific MCP documentation. This is inconsistent with other sections which link to specific MCP documentation pages. For example, Claude Code links to https://code.claude.com/docs/en/mcp and Opencode links to https://opencode.ai/docs/mcp-servers. Please verify that AdaL has MCP-specific documentation and update the link accordingly, or use a more specific anchor within the repository.

Suggested change
Run these commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL) for more info.
Run these commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL?tab=readme-ov-file#mcp-servers) for more info.

Copilot uses AI. Check for mistakes.
README.md Outdated
<details>
<summary><b>Install in AdaL CLI</b></summary>

Run these commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL) for more info.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The introductory text says "Run these commands" (plural), but the pattern should match other sections. Claude Code (line 88) says "Run this command" (singular) even though it has multiple examples for local and remote. Consider using "Run one of these commands" or following the existing pattern of other sections for consistency.

Suggested change
Run these commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL) for more info.
Run one of the following commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL) for more info.

Copilot uses AI. Check for mistakes.
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