Skip to content

Commit 2996687

Browse files
authored
Merge pull request #448 from ruixingshi/fix/github-server-readme
fix: Fix the NPX configuration of github server README
2 parents 1527419 + fcbf580 commit 2996687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/github/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi
257257
"args": [
258258
"-y",
259259
"@modelcontextprotocol/server-github"
260-
]
261-
},
262-
"env": {
263-
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
260+
],
261+
"env": {
262+
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
263+
}
264264
}
265265
}
266266
}

0 commit comments

Comments
 (0)