{
  "name": "@robinson_ai_systems/github-mcp",
  "version": "2.0.1",
  "description": "Comprehensive GitHub MCP server with 199 tools - 8.6x more than official GitHub MCP",
  "type": "module",
  "bin": {
    "github-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "github",
    "git",
    "automation",
    "model-context-protocol"
  ],
  "author": "Robinson AI Systems",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@octokit/rest": "^22.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2"
  }
}
