{
  "name": "pi-zai-mcp",
  "version": "0.1.19",
  "description": "Unofficial pi package that exposes Z.ai MCP server tools for web search, URL reading, repository reading, and vision workflows.",
  "type": "module",
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "extension",
    "mcp",
    "z-ai",
    "zai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitchmultz/pi-zai-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/fitchmultz/pi-zai-mcp/issues"
  },
  "homepage": "https://github.com/fitchmultz/pi-zai-mcp#readme",
  "files": [
    "extensions",
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "scripts"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "npm run typecheck",
    "release:dry-run": "npm run ci && npm publish --dry-run",
    "smoke": "node --experimental-strip-types scripts/smoke.mjs",
    "ci": "npm run typecheck && npm run smoke && npm audit --omit=dev && npm pack --dry-run"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@z_ai/mcp-server": "0.1.4"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.9",
    "@earendil-works/pi-coding-agent": "^0.80.9",
    "@earendil-works/pi-tui": "^0.80.9",
    "@types/node": "^24.13.3",
    "typebox": "^1.3.6",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/zai-mcp-search.ts",
      "./extensions/zai-mcp-reader.ts",
      "./extensions/zai-mcp-zread.ts",
      "./extensions/zai-mcp-vision.ts",
      "./extensions/zai-mcp-status.ts"
    ]
  },
  "packageManager": "npm@11.16.0",
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  }
}
