Merge pull request #448 from ruixingshi/fix/github-server-readme

fix: Fix the NPX configuration of github server README
This commit is contained in:
David Soria Parra
2025-01-02 15:58:41 +00:00
committed by GitHub

View File

@@ -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>"
}
}
}
}