{
  "name": "@sentio/mcp",
  "version": "1.0.2",
  "description": "sentio mcp",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "sentio-mcp": "build/cli.js"
  },
  "keywords": [
    "mcp",
    "multi-cloud",
    "platform"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@hey-api/client-fetch": "^0.10.0",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "@sentio/api": "^1.0.2",
    "commander": "^13.1.0",
    "dotenv": "^16.3.1",
    "express": "^5.1.0",
    "typescript": "^5.8.2",
    "zod": "^3.24.2",
    "fastmcp": "^1.27.7"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.3",
    "@types/command-line-usage": "^5.0.4",
    "@types/express": "^5.0.1",
    "jest": "^29.7.0"
  },
  "scripts": {
    "start": "node build/index.js",
    "build": "tsc --outDir build"
  }
}