mcp-github-project-manager

{ "name": "redis", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "redis": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "@types/redis": "^4.0.10", "redis": "^4.7.0" } }