GitHub Integration MCP Server

{ "name": "github-mcp-server", "version": "0.0.1", "type": "module", "scripts": { "build": "tsc", "test": "jest", "start": "node dist/index.js" }, "dependencies": { "@highlight-ai/mcp-sdk": "^0.0.7", "@octokit/rest": "^21.1.0", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }