docs: fix github npx usage example

This commit is contained in:
Meng Xin Zhu
2024-12-24 15:58:25 +08:00
committed by GitHub
parent 0e7d79c580
commit 38afef6a85

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