Skip to content

Commit fcbf580

Browse files
committed
fix: Fix the readme of github server
1 parent 0e7d79c commit fcbf580

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)