Merge branch 'main' into erdnax123-patch-2

This commit is contained in:
erdnax123
2025-01-02 13:01:11 -03:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

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