{
  "name": "anycast-mcp-server",
  "version": "1.0.3",
  "description": "MCP Server for anycast-backend REST API",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "anycast-mcp-server": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siropaca/anycast-mcp-server.git"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "anycast"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "pnpm clean && tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  },
  "engines": {
    "node": ">=22"
  }
}
