fix: Fix the readme of github server

This commit is contained in:
shiruixing
2024-12-30 19:44:59 +08:00
parent 0e7d79c580
commit fcbf58069d

View File

@@ -257,12 +257,12 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi
"args": [ "args": [
"-y", "-y",
"@modelcontextprotocol/server-github" "@modelcontextprotocol/server-github"
] ],
},
"env": { "env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
} }
} }
}
} }
``` ```