Skip to content

Commit 9605943

Browse files
committed
Add omitted mcp configuration
1 parent 2101210 commit 9605943

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

week2/Fri/.claude.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mcpServers": {
3+
"github": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"-i",
8+
"--rm",
9+
"-e",
10+
"GITHUB_PERSONAL_ACCESS_TOKEN",
11+
"ghcr.io/github/github-mcp-server"
12+
],
13+
"env": {
14+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}"
15+
}
16+
}
17+
}
18+
}
19+

week2/Fri/.mcp.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mcpServers": {
3+
"github": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"-i",
8+
"--rm",
9+
"-e",
10+
"GITHUB_PERSONAL_ACCESS_TOKEN",
11+
"ghcr.io/github/github-mcp-server"
12+
],
13+
"env": {
14+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}"
15+
}
16+
}
17+
}
18+
}
19+

0 commit comments

Comments
 (0)