{
  "name": "local-mcp-toolbelt",
  "version": "0.8.0",
  "description": "Local-first MCP toolbelt: delegates summarise/classify/extract/transform tasks from any MCP client to a local oMLX inference server. Apple Silicon, MLX-accelerated, KV-cache persistent.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ltrsunny/local-mcp-toolbelt.git"
  },
  "bugs": {
    "url": "https://github.com/ltrsunny/local-mcp-toolbelt/issues"
  },
  "homepage": "https://github.com/ltrsunny/local-mcp-toolbelt#readme",
  "type": "module",
  "main": "./dist/src/lib.js",
  "types": "./dist/src/lib.d.ts",
  "bin": {
    "local-mcp": "./dist/bin/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/src/lib.d.ts",
      "import": "./dist/src/lib.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx bin/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rm -rf dist",
    "download-models": "node scripts/download-models.mjs",
    "install-aliases": "node bin/install-aliases.mjs",
    "smoke:cross-client": "node scripts/cross-client-smoke.mjs",
    "sync:plugin": "npm run build && node scripts/sync-plugin-cache.mjs",
    "prepublishOnly": "npm run build && npm test && node tests/check-version-sync.mjs"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "local-llm",
    "mlx",
    "omlx",
    "apple-silicon",
    "ai-delegation",
    "claude",
    "cursor",
    "cline",
    "zed"
  ],
  "dependencies": {
    "@langchain/textsplitters": "^1.0.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@stackone/defender": "^0.6.2",
    "commander": "^14.0.3",
    "js-tiktoken": "^1.0.21",
    "nanoid": "^5.1.9",
    "p-limit": "^7.3.0",
    "p-queue": "^9.2.0",
    "parse-diff": "^0.12.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  }
}
