GitHub MCP Server

by ualUsham
Verified
{ "name": "github-mcp-2", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "octokit": "^4.1.2" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" } }