{
  "name": "@extenshi/mcp",
  "version": "0.2.0",
  "description": "Extenshi MCP server — bring the extension catalog (search, security, market research) and pre-publish scanning into your AI tools",
  "type": "module",
  "license": "MIT",
  "author": "extenshi.io",
  "homepage": "https://github.com/MaximStone/extenshi-io/tree/main/tools/extenshi-mcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MaximStone/extenshi-io.git",
    "directory": "tools/extenshi-mcp"
  },
  "bugs": {
    "url": "https://github.com/MaximStone/extenshi-io/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "browser-extensions",
    "chrome-web-store",
    "security",
    "sast",
    "devsecops",
    "claude",
    "cursor",
    "ai"
  ],
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "extenshi-mcp": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./tools": {
      "types": "./dist/tools.d.ts",
      "default": "./dist/tools.js"
    },
    "./bff": {
      "types": "./dist/bff.d.ts",
      "default": "./dist/bff.js"
    }
  },
  "files": [
    "dist",
    "scripts/postinstall.cjs"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "postinstall": "node scripts/postinstall.cjs",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@extenshi/publisher": "^0.8.0",
    "@trpc/client": "^11.17.0",
    "@trpc/server": "^11.17.0",
    "fastmcp": "^4.0.1",
    "posthog-node": "^5.35.1",
    "undici": "^7.28.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^22.16.5",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20"
  }
}
