Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb56733

Browse files
chore: document latest tag rather than main (#77)
1 parent559b3ff commitbb56733

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp