diff --git a/src/github/README.md b/src/github/README.md index 14bab491..5f2f8066 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -254,13 +254,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi "mcpServers": { "github": { "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-github" - ] - }, - "env": { - "GITHUB_PERSONAL_ACCESS_TOKEN": "" + "args": ["-y", "@modelcontextprotocol/server-github"], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "" + } } } }