{
  "name": "@openleash/mcp-glove",
  "version": "0.5.0",
  "description": "Transparent MCP governance proxy for OpenLeash — wraps MCP servers and enforces policy on tool calls",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "mcp-glove": "./dist/cli.js"
  },
  "files": ["dist", "LICENSE"],
  "scripts": {
    "build": "tsc -b"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@openleash/sdk-ts": "0.5.0",
    "json-canonicalize": "^2.0.0"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openleash/openleash.git",
    "directory": "packages/mcp-glove"
  },
  "homepage": "https://github.com/openleash/openleash/tree/main/packages/mcp-glove",
  "bugs": {
    "url": "https://github.com/openleash/openleash/issues"
  }
}
