Skip to content

docs: add AdaL CLI installation guide#2083

Open
Abdulrahmansoliman wants to merge 2 commits intogithub:mainfrom
Abdulrahmansoliman:docs/add-adal-cli
Open

docs: add AdaL CLI installation guide#2083
Abdulrahmansoliman wants to merge 2 commits intogithub:mainfrom
Abdulrahmansoliman:docs/add-adal-cli

Conversation

@Abdulrahmansoliman
Copy link

Summary

Adds installation documentation for AdaL CLI — a terminal-based agentic coding tool by SylphAI — so its users can connect to the GitHub MCP Server.

Changes

  • New file: docs/installation-guides/install-adal-cli.md
    • Three connection options: built-in shortcut, remote HTTP server, and local Docker
    • Verify and Troubleshoot sections
  • Updated: docs/installation-guides/README.md
    • Added AdaL CLI to the guide list and support table
  • Updated: README.md
    • Added AdaL CLI link in both "Install in other MCP hosts" sections (remote + local)

AdaL CLI Quick Reference

Method Command
Shortcut Set GITHUB_TOKEN env var, then run /mcp add github inside AdaL
Remote /mcp add github --transport http --url https://api.githubcopilot.com/mcp/ --header "Authorization:Bearer YOUR_PAT"
Docker /mcp add github --command docker --args "run,-i,--rm,-e,GITHUB_PERSONAL_ACCESS_TOKEN,ghcr.io/github/github-mcp-server" --env "GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_PAT"

Generated with AdaL

Copilot AI review requested due to automatic review settings February 24, 2026 20:14
@Abdulrahmansoliman Abdulrahmansoliman requested a review from a team as a code owner February 24, 2026 20:14
Copy link
Contributor

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 documentation for AdaL CLI, a terminal-based agentic coding tool by SylphAI, to enable its users to connect to the GitHub MCP Server. The documentation follows the established patterns used in other installation guides in this repository, providing clear setup instructions for three different connection methods.

Changes:

  • Added comprehensive installation guide for AdaL CLI with three connection options: built-in shortcut, remote HTTP server, and local Docker
  • Updated installation guides README to include AdaL CLI in the guide list and support matrix table
  • Updated main README to include AdaL CLI links in both MCP host sections (remote and local)

Reviewed changes

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

File Description
docs/installation-guides/install-adal-cli.md New installation guide for AdaL CLI with prerequisites, three setup options, verification steps, and troubleshooting guidance
docs/installation-guides/README.md Added AdaL CLI entry to the installation guide list and support matrix table showing its capabilities
README.md Added AdaL CLI links in both "Install in other MCP hosts" sections to make the guide discoverable

/mcp add github --transport http --url https://api.githubcopilot.com/mcp/ --header "Authorization:Bearer YOUR_GITHUB_PAT"
```

Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens).
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 GitHub Personal Access Token link uses an inconsistent URL. This line links to https://github.com/settings/tokens, but it should use https://github.com/settings/personal-access-tokens/new to match the convention used throughout the codebase and in this document's Prerequisites section (lines 6 and 50).

Copilot uses AI. Check for mistakes.
/mcp add github --command docker --args "run,-i,--rm,-e,GITHUB_PERSONAL_ACCESS_TOKEN,ghcr.io/github/github-mcp-server" --env "GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT"
```

Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens).
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 GitHub Personal Access Token link uses an inconsistent URL. This line links to https://github.com/settings/tokens, but it should use https://github.com/settings/personal-access-tokens/new to match the convention used throughout the codebase and in this document's Prerequisites section (lines 6 and 50).

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