Skip to content

Commit bb56733

Browse files
chore: document latest tag rather than main (#77)
1 parent 559b3ff commit bb56733

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Install the GitHub MCP server into VS Code by clicking here:
3030
Or run this command in your terminal:
3131

3232
```bash
33-
code --add-mcp '{"name":"github","command":"docker","args":["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server:main"], "env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github-pat}"}, "inputs": [{ "id": "github-pat", "type": "promptString", "description": "Github Personal Access Token", "password": true}]}'
33+
code --add-mcp '{"name":"github","command":"docker","args":["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"], "env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github-pat}"}, "inputs": [{ "id": "github-pat", "type": "promptString", "description": "Github Personal Access Token", "password": true}]}'
3434

3535
```
36+
3637
VS Code is now configured and will prompt for your token the first time you use agent mode.
3738

3839
### Usage with Claude Desktop
@@ -48,7 +49,7 @@ VS Code is now configured and will prompt for your token the first time you use
4849
"--rm",
4950
"-e",
5051
"GITHUB_PERSONAL_ACCESS_TOKEN",
51-
"ghcr.io/github/github-mcp-server:main"
52+
"ghcr.io/github/github-mcp-server"
5253
],
5354
"env": {
5455
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"

0 commit comments

Comments
 (0)