{
  "name": "agent-grid-mcp",
  "version": "0.2.4",
  "description": "AgentGrid — the governed MCP gateway for AI agents. Runs locally; approvals happen in the hosted AgentGrid console from anywhere.",
  "type": "module",
  "bin": {
    "agent-grid-mcp": "bin/agent-grid-mcp.mjs"
  },
  "files": [
    "bin",
    "dist/agent-grid-mcp.mjs",
    "scripts/postinstall.mjs"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "build:sea": "node scripts/build-sea.mjs",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "open": "^10.1.0",
    "ws": "^8.21.0"
  },
  "optionalDependencies": {
    "playwright": "^1.60.0"
  }
}