{
  "name": "taibu-mcp-server",
  "version": "2.0.0",
  "description": "TaiBu MCP Server - Online (Streamable HTTP + OAuth 2.1)",
  "license": "MIT",
  "homepage": "https://github.com/hhszzzz/taibu",
  "bugs": {
    "url": "https://github.com/hhszzzz/taibu/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hhszzzz/taibu.git",
    "directory": "packages/mcp-server"
  },
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "mcp",
    "taibu",
    "streamable-http",
    "oauth",
    "bazi",
    "ziwei",
    "liuyao",
    "qimen",
    "daliuren",
    "divination"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "taibu-core": "workspace:*",
    "@modelcontextprotocol/sdk": "1.25.3",
    "@supabase/supabase-js": "^2.89.0",
    "dotenv": "^17.2.3",
    "express": "^4.21.0",
    "jose": "^6.1.3"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.3"
  }
}
