{
  "name": "@antidrift/mcp-github",
  "version": "0.22.0",
  "description": "GitHub connector for antidrift — repos, issues, PRs, actions, releases",
  "main": "server.mjs",
  "bin": {
    "antidrift-mcp-github": "bin/cli.mjs"
  },
  "files": [
    "server.mjs",
    "connectors/",
    "bin/",
    "tools/",
    "lib/"
  ],
  "keywords": [
    "antidrift",
    "mcp",
    "github",
    "ai-agents",
    "codex",
    "cursor",
    "antigravity",
    "cowork"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/probeo-io/antidrift.git",
    "directory": "packages/mcp-github"
  },
  "author": "Probeo <hello@probeo.io>",
  "scripts": {
    "test": "node --test test/*.test.mjs"
  }
}
