We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303a34 commit f8a2797Copy full SHA for f8a2797
docs/installation-guides/install-claude.md
@@ -35,7 +35,7 @@ claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Aut
35
36
With an environment variable:
37
```bash
38
-claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2)
+claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2)"
39
```
40
2. Restart Claude Code
41
3. Run `claude mcp list` to see if the GitHub server is configured
0 commit comments