From a061f52ae1dee295884f2e09d0a7073017c602dd Mon Sep 17 00:00:00 2001 From: Lokesh Kumar Jain Date: Thu, 26 Dec 2024 07:39:42 +0530 Subject: [PATCH] Updated github MCP service config config for github MCP was incorrect, updated it to working configuration. --- src/github/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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": "" + } } } }