docs: add AdaL CLI installation guide#2083
docs: add AdaL CLI installation guide#2083Abdulrahmansoliman wants to merge 2 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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).
| /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). |
There was a problem hiding this comment.
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).
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
docs/installation-guides/install-adal-cli.mddocs/installation-guides/README.mdREADME.mdAdaL CLI Quick Reference
GITHUB_TOKENenv var, then run/mcp add githubinside AdaL/mcp add github --transport http --url https://api.githubcopilot.com/mcp/ --header "Authorization:Bearer YOUR_PAT"/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