Skip to content

Commit 124fc91

Browse files
authored
Merge branch 'main' into copilot/rebuild-scope-handling-features
2 parents 71c4adc + f2ff9d2 commit 124fc91

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

docs/installation-guides/install-claude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo -e ".env\n.mcp.json" >> .gitignore
2828

2929
### Remote Server Setup (Streamable HTTP)
3030

31-
1. Run the following command in the Claude Code CLI
31+
1. Run the following command in the terminal (not in Claude Code CLI):
3232
```bash
3333
claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer YOUR_GITHUB_PAT"
3434
```
@@ -43,7 +43,7 @@ claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Aut
4343
### Local Server Setup (Docker required)
4444

4545
### With Docker
46-
1. Run the following command in the Claude Code CLI:
46+
1. Run the following command in the terminal (not in Claude Code CLI):
4747
```bash
4848
claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
4949
```

0 commit comments

Comments
 (0)