chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"content": "{\n \"mcpServers\": {\n \"github-official\": {\n \"description\": \"GitHub's official MCP Server. Interact with GitHub repositories, issues, pull requests, and more directly from Claude.\",\n \"command\": \"docker\",\n \"args\": [\n \"run\",\n \"-i\",\n \"--rm\",\n \"-e\",\n \"GITHUB_PERSONAL_ACCESS_TOKEN\",\n \"ghcr.io/github/github-mcp-server\"\n ],\n \"env\": {\n \"GITHUB_PERSONAL_ACCESS_TOKEN\": \"<your-github-token>\"\n }\n }\n }\n}\n"}
|
||||
Reference in New Issue
Block a user