package.json•1.34 kB
{
"name": "@su-record/hi-gcloud",
"version": "0.1.3",
"description": "MCP server for GCP operations - Query logs, check Cloud Run status, and debug deployments with gcloud CLI",
"displayName": "Hi-GCloud",
"homepage": "https://github.com/su-record/hi-gcloud",
"repository": {
"type": "git",
"url": "https://github.com/su-record/hi-gcloud.git"
},
"bugs": {
"url": "https://github.com/su-record/hi-gcloud/issues"
},
"main": "dist/index.js",
"module": "./src/index.ts",
"type": "module",
"bin": {
"hi-gcloud": "dist/index.js"
},
"scripts": {
"dev": "npm run build && node dist/index.js",
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"keywords": [
"mcp",
"model-context-protocol",
"gcp",
"google-cloud",
"gcloud",
"cloud-logging",
"cloud-run",
"cloud-sql",
"cloud-storage",
"devops",
"debugging",
"logs",
"claude",
"anthropic"
],
"author": "Su",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@smithery/sdk": "^1.7.4",
"chalk": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@vitest/ui": "^4.0.9",
"typescript": "^5.5.4",
"vitest": "^4.0.9"
}
}