GitHub MCP Server

by Jehan26
Verified
{ "name": "hello-mcp", "version": "1.0.0", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3", "dotenv": "^16.4.7", "express": "^5.0.1" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" }, "main": "index.js", "keywords": [], "author": "", "license": "ISC", "description": "" }