{
  "name": "@trazum/mcp",
  "version": "2.4.1",
  "mcpName": "io.github.Davmunrey/trazum",
  "description": "Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.",
  "license": "MIT",
  "author": "David Mu\u00f1oz Rey",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Davmunrey/Trazum.git",
    "directory": "packages/mcp"
  },
  "homepage": "https://trazum.vercel.app",
  "bugs": {
    "url": "https://github.com/Davmunrey/Trazum/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "prompt",
    "llm",
    "tokens",
    "cost"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "trazum-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node --test test/*.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@trazum/core": "2.4.1"
  },
  "devDependencies": {
    "@types/node": "^26.4.0",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=20"
  }
}
