Skip to content

Commit 418332a

Browse files
authored
docs: VSCode examples fixed
1 parent 08a49b0 commit 418332a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ Add the following JSON block to your IDE MCP settings.
161161
"run",
162162
"-i",
163163
"--rm",
164-
"-e",
165-
"GITHUB_PERSONAL_ACCESS_TOKEN",
166164
"ghcr.io/github/github-mcp-server"
167165
],
168166
"env": {
@@ -194,8 +192,6 @@ Optionally, you can add a similar example (i.e. without the mcp key) to a file c
194192
"run",
195193
"-i",
196194
"--rm",
197-
"-e",
198-
"GITHUB_PERSONAL_ACCESS_TOKEN",
199195
"ghcr.io/github/github-mcp-server"
200196
],
201197
"env": {
@@ -220,8 +216,6 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
220216
"run",
221217
"-i",
222218
"--rm",
223-
"-e",
224-
"GITHUB_PERSONAL_ACCESS_TOKEN",
225219
"ghcr.io/github/github-mcp-server"
226220
],
227221
"env": {
@@ -377,10 +371,6 @@ the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data r
377371
"run",
378372
"-i",
379373
"--rm",
380-
"-e",
381-
"GITHUB_PERSONAL_ACCESS_TOKEN",
382-
"-e",
383-
"GITHUB_HOST",
384374
"ghcr.io/github/github-mcp-server"
385375
],
386376
"env": {

0 commit comments

Comments
 (0)