{
  "name": "@vibe-agent-toolkit/gateway-mcp",
  "version": "0.1.40",
  "description": "MCP Gateway for exposing VAT agents through Model Context Protocol",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test:unit": "vitest run",
    "test:integration": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@vibe-agent-toolkit/agent-schema": "0.1.40",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@vitest/coverage-v8": "^3.2.4",
    "typescript": "^5.7.3",
    "vitest": "^3.2.4",
    "@vibe-agent-toolkit/vat-example-cat-agents": "0.1.40"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "agents",
    "vat"
  ],
  "author": "Jeff Dutton",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jdutton/vibe-agent-toolkit.git",
    "directory": "packages/gateway-mcp"
  }
}
