{ "name": "@rog0x/mcp-github-tools", "version": "1.0.0", "description": "MCP server providing GitHub analytics and management tools for AI agents", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-github-tools": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "github", "analytics", "ai-tools", "model-context-protocol" ], "author": "rog0x", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/node": "^22.15.2", "typescript": "^5.8.3" } }