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 caa03cc commit 9c3c910Copy full SHA for 9c3c910
.vscode/mcp.json
@@ -0,0 +1,26 @@
1
+{
2
+ "inputs": [
3
+ {
4
+ "type": "promptString",
5
+ "id": "github_token",
6
+ "description": "GitHub Personal Access Token",
7
+ "password": true
8
+ }
9
+ ],
10
+ "servers": {
11
+ "github": {
12
+ "command": "docker",
13
+ "args": [
14
+ "run",
15
+ "-i",
16
+ "--rm",
17
+ "-e",
18
+ "GITHUB_PERSONAL_ACCESS_TOKEN",
19
+ "ghcr.io/github/github-mcp-server"
20
21
+ "env": {
22
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
23
24
25
26
+}
0 commit comments