Skip to content

Commit

Permalink
Merge pull request #448 from ruixingshi/fix/github-server-readme
Browse files Browse the repository at this point in the history
fix: Fix the NPX configuration of github server README
  • Loading branch information
dsp-ant authored Jan 2, 2025
2 parents 1527419 + fcbf580 commit 2996687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
},
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Expand Down

0 comments on commit 2996687

Please sign in to comment.