{
  "name": "@us-all/mcp-toolkit",
  "version": "1.3.0",
  "description": "Shared MCP server building blocks for @us-all servers — token-efficient by design (category toggles, extractFields, search-tools meta, registry, runtime)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./extract-fields": {
      "import": "./dist/extract-fields.js",
      "types": "./dist/extract-fields.d.ts"
    },
    "./registry": {
      "import": "./dist/registry.js",
      "types": "./dist/registry.d.ts"
    },
    "./wrap-tool-handler": {
      "import": "./dist/wrap-tool-handler.js",
      "types": "./dist/wrap-tool-handler.d.ts"
    },
    "./aggregate": {
      "import": "./dist/aggregate.js",
      "types": "./dist/aggregate.d.ts"
    },
    "./runtime": {
      "import": "./dist/runtime.js",
      "types": "./dist/runtime.d.ts"
    },
    "./annotations": {
      "import": "./dist/annotations.js",
      "types": "./dist/annotations.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/us-all/mcp-toolkit.git"
  },
  "homepage": "https://github.com/us-all/mcp-toolkit#readme",
  "bugs": "https://github.com/us-all/mcp-toolkit/issues",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "toolkit",
    "extract-fields",
    "tool-registry",
    "token-efficiency"
  ],
  "author": "us-all",
  "license": "MIT",
  "packageManager": "pnpm@10.30.2",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "@modelcontextprotocol/sdk": "^1.27.0 || ^1.28.0 || ^1.29.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@types/node": "^22.15.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.1",
    "zod": "^4.3.6",
    "vite": "^8.0.16"
  },
  "pnpm": {
    "overrides": {
      "hono": "^4.12.21",
      "fast-uri": "^3.1.2",
      "ip-address": "^10.1.1"
    }
  }
}
