{
  "name": "@gbrandtio/rw-git-mcp",
  "version": "3.2.5",
  "description": "Model Context Protocol (MCP) server for rw-git",
  "main": "index.js",
  "scripts": {
    "prepack": "node -e \"const fs = require('fs'); fs.cpSync('../../.agents/skills', './skills', {recursive: true}); fs.copyFileSync('../../README.md', './README.md');\"",
    "postinstall": "node install.js"
  },
  "bin": {
    "rw-git-mcp": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gbrandtio/rw-git.git"
  },
  "keywords": [
    "mcp",
    "git",
    "ai",
    "claude",
    "cursor",
    "gemini",
    "harness"
  ],
  "author": "Ioannis Brant-Ioannidis",
  "license": "MIT"
}
