{
  "name": "@ada-mcp/mcp-server",
  "version": "0.1.87",
  "description": "ADA MCP server for web/mobile automation (stdio + remote HTTP)",
  "license": "Apache-2.0",
  "author": "Kalami (卡拉米)",
  "repository": {
    "type": "git",
    "url": "https://github.com/osgm/ada.git",
    "directory": "apps/ada-mcp-server"
  },
  "private": false,
  "type": "commonjs",
  "main": "./dist/cli.cjs",
  "exports": {
    "./stdio": "./src/main.ts",
    "./testing": "./src/testing-exports.ts"
  },
  "bin": {
    "mcp-server": "./dist/cli.cjs",
    "ada-mcp": "./dist/cli.cjs"
  },
  "files": [
    "dist/cli.cjs",
    "plugins",
    "scripts/preinstall-probes.mjs",
    "scripts/log-locale.mjs",
    "scripts/probe-env.mjs",
    "scripts/mirror-candidates.mjs",
    "scripts/download-probe.mjs",
    "scripts/registry-probe.mjs",
    "scripts/playwright-probe.mjs",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "preinstall": "node scripts/preinstall-probes.mjs",
    "dev": "tsx src/cli.ts",
    "prebuild": "node ../../scripts/build/generate-bundled-config.mjs",
    "build": "tsc -p tsconfig.json",
    "build:npm": "node ../../scripts/build/build-mcp-npm.mjs",
    "typecheck": "tsc -p tsconfig.typecheck.json",
    "prepublishOnly": "npm run build:npm",
    "pack:dry-run": "npm run build:npm && npm pack --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "zod": "3.25.76",
    "express": "^5.2.1",
    "jimp": "^1.6.0",
    "js-yaml": "^4.1.0",
    "hypium-driver": "^6.1.210",
    "playwright": "1.59.1"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@ada/install-deps": "0.1.0",
    "@ada/runtime-probe": "0.1.0",
    "@ada/agent-core": "0.1.0",
    "@ada/contracts": "0.1.0",
    "@ada/core-kernel": "0.1.0",
    "@ada/core-runtime": "0.1.0",
    "@ada/driver-android": "0.1.0",
    "@ada/driver-ios": "0.1.0",
    "@ada/driver-harmony": "0.1.0",
    "@ada/driver-playwright": "0.1.0",
    "@ada/plugin-host": "0.1.0"
  },
  "engines": {
    "node": ">=22"
  },
  "overrides": {
    "zod": "3.25.76",
    "glob": "^13.0.0"
  },
  "pnpm": {
    "overrides": {
      "zod": "3.25.76",
      "@modelcontextprotocol/sdk>zod": "3.25.76",
      "glob": "^13.0.0"
    }
  }
}
