{
  "name": "@ai-universe/mcp-server-utils",
  "version": "1.3.2",
  "description": "Shared MCP server utilities and TypeScript server launcher for AI Universe services",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "node ../../scripts/run-build-if-ready.mjs",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@ai-universe/mcp-conversation-client": "^2.0.2",
    "@google-cloud/monitoring": "^5.3.1",
    "@google-cloud/secret-manager": "^6.1.1",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/node": "^20.11.19",
    "async-mutex": "^0.5.0",
    "axios": "^1.13.2",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "fastmcp": "^3.16.0",
    "firebase-admin": "^13.6.0",
    "zod": "^3.22.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "ajv": "^8.12.0",
    "ajv-formats": "^3.0.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "mcp",
    "fastmcp",
    "server",
    "utilities",
    "ai-universe"
  ],
  "author": "AI Universe Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
