{
  "name": "@honcho-ai/mcp",
  "version": "2.2.0",
  "description": "The official MCP Server for the Honcho API",
  "author": "Honcho <hello@plasticlabs.ai>",
  "types": "./index.d.ts",
  "main": "./index.js",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plastic-labs/honcho-node-core.git",
    "directory": "packages/mcp-server"
  },
  "homepage": "https://github.com/plastic-labs/honcho-node-core/tree/main/packages/mcp-server#readme",
  "license": "Apache-2.0",
  "packageManager": "yarn@1.22.22",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "bash ./build",
    "format": "prettier --write --cache --cache-strategy metadata . !dist",
    "tsn": "ts-node -r tsconfig-paths/register",
    "lint": "eslint --ext ts,js .",
    "fix": "eslint --fix --ext ts,js ."
  },
  "dependencies": {
    "@honcho-ai/core": "^2.2.0",
    "@cloudflare/cabidela": "^0.2.4",
    "@modelcontextprotocol/sdk": "^1.24.0",
    "@valtown/deno-http-worker": "^0.0.21",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "fuse.js": "^7.1.0",
    "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz",
    "qs": "^6.14.0",
    "typescript": "5.8.3",
    "yargs": "^17.7.2",
    "zod": "^3.25.20",
    "zod-to-json-schema": "^3.24.5",
    "zod-validation-error": "^4.0.1"
  },
  "bin": {
    "mcp-server": "./index.js"
  },
  "imports": {
    "@honcho-ai/mcp": ".",
    "@honcho-ai/mcp/*": "./src/*"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "default": "./index.mjs"
    },
    "./*.mjs": "./*.mjs",
    "./*.js": "./*.js",
    "./*": {
      "require": "./*.js",
      "default": "./*.mjs"
    }
  }
}