Skip to content

Commit 9cc9adc

Browse files
add adal documnetation
1 parent cfda4e2 commit 9cc9adc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
8181

8282
### Install in other MCP hosts
8383

84-
- **[AdaL CLI](/docs/installation-guides/install-adal-cli.md)** - Installation guide for AdaL CLI
8584
- **[Copilot CLI](/docs/installation-guides/install-copilot-cli.md)** - Installation guide for GitHub Copilot CLI
8685
- **[GitHub Copilot in other IDEs](/docs/installation-guides/install-other-copilot-ides.md)** - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
8786
- **[Claude Applications](/docs/installation-guides/install-claude.md)** - Installation guide for Claude Desktop and Claude Code CLI
8887
- **[Codex](/docs/installation-guides/install-codex.md)** - Installation guide for OpenAI Codex
8988
- **[Cursor](/docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
9089
- **[Windsurf](/docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
9190
- **[Rovo Dev CLI](/docs/installation-guides/install-rovo-dev-cli.md)** - Installation guide for Rovo Dev CLI
91+
- **[AdaL CLI](/docs/installation-guides/install-adal-cli.md)** - Installation guide for AdaL CLI
9292

9393
> **Note:** Each MCP host application needs to configure a GitHub App or OAuth App to support remote access via OAuth. Any host application that supports remote MCP servers should support the remote GitHub server with PAT authentication. Configuration details and support levels vary by host. Make sure to refer to the host application's documentation for more info.
9494
@@ -352,13 +352,13 @@ Optionally, you can add a similar example (i.e. without the mcp key) to a file c
352352

353353
For other MCP host applications, please refer to our installation guides:
354354

355-
- **[AdaL CLI](docs/installation-guides/install-adal-cli.md)** - Installation guide for AdaL CLI
356355
- **[Copilot CLI](docs/installation-guides/install-copilot-cli.md)** - Installation guide for GitHub Copilot CLI
357356
- **[GitHub Copilot in other IDEs](/docs/installation-guides/install-other-copilot-ides.md)** - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
358357
- **[Claude Code & Claude Desktop](docs/installation-guides/install-claude.md)** - Installation guide for Claude Code and Claude Desktop
359358
- **[Cursor](docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
360359
- **[Google Gemini CLI](docs/installation-guides/install-gemini-cli.md)** - Installation guide for Google Gemini CLI
361360
- **[Windsurf](docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
361+
- **[AdaL CLI](docs/installation-guides/install-adal-cli.md)** - Installation guide for AdaL CLI
362362

363363
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides)**.
364364

docs/installation-guides/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
This directory contains detailed installation instructions for the GitHub MCP Server across different host applications and IDEs. Choose the guide that matches your development environment.
44

55
## Installation Guides by Host Application
6-
- **[AdaL CLI](install-adal-cli.md)** - Installation guide for AdaL CLI
76
- **[Copilot CLI](install-copilot-cli.md)** - Installation guide for GitHub Copilot CLI
87
- **[GitHub Copilot in other IDEs](install-other-copilot-ides.md)** - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
98
- **[Antigravity](install-antigravity.md)** - Installation for Google Antigravity IDE
@@ -12,12 +11,12 @@ This directory contains detailed installation instructions for the GitHub MCP Se
1211
- **[Google Gemini CLI](install-gemini-cli.md)** - Installation guide for Google Gemini CLI
1312
- **[OpenAI Codex](install-codex.md)** - Installation guide for OpenAI Codex
1413
- **[Windsurf](install-windsurf.md)** - Installation guide for Windsurf IDE
14+
- **[AdaL CLI](install-adal-cli.md)** - Installation guide for AdaL CLI
1515

1616
## Support by Host Application
1717

1818
| Host Application | Local GitHub MCP Support | Remote GitHub MCP Support | Prerequisites | Difficulty |
1919
|-----------------|---------------|----------------|---------------|------------|
20-
| AdaL CLI || ✅ PAT + ❌ No OAuth | Docker, GitHub PAT | Easy |
2120
| Copilot CLI || ✅ PAT + ❌ No OAuth | Docker or Go build, GitHub PAT | Easy |
2221
| Copilot in VS Code || ✅ Full (OAuth + PAT) | Local: Docker or Go build, GitHub PAT<br>Remote: VS Code 1.101+ | Easy |
2322
| Copilot Coding Agent || ✅ Full (on by default; no auth needed) | Any _paid_ copilot license | Default on |
@@ -30,6 +29,7 @@ This directory contains detailed installation instructions for the GitHub MCP Se
3029
| Windsurf || ✅ PAT + ❌ No OAuth | Docker or Go build, GitHub PAT | Easy |
3130
| Copilot in Xcode || ✅ Full (OAuth + PAT) | Local: Docker or Go build, GitHub PAT<br>Remote: Copilot for Xcode 0.41.0+ | Easy |
3231
| Copilot in Eclipse || ✅ Full (OAuth + PAT) | Local: Docker or Go build, GitHub PAT<br>Remote: Eclipse Plug-in for Copilot 0.10.0+ | Easy |
32+
| AdaL CLI || ✅ PAT + ❌ No OAuth | Docker, GitHub PAT | Easy |
3333

3434
**Legend:**
3535
- ✅ = Fully supported

0 commit comments

Comments
 (0)