smithery.json•1.14 kB
{
"name": "@su-record/hi-gcloud",
"displayName": "Hi-GCloud",
"description": "GCP 운영 도구 - 로그 조회, Cloud Run 배포 디버깅, 비용 모니터링을 CLI에서 바로",
"version": "0.1.3",
"author": "Su",
"license": "MIT",
"categories": [
"development", "devops", "cloud", "gcp", "debugging", "logging"
],
"homepage": "https://github.com/su-record/hi-gcloud",
"repository": "https://github.com/su-record/hi-gcloud",
"readme": "https://github.com/su-record/hi-gcloud/blob/main/README.md",
"icon": "https://raw.githubusercontent.com/su-record/hi-gcloud/main/icon.svg",
"capabilities": {
"tools": true,
"resources": true,
"prompts": true
},
"configSchema": {
"type": "object",
"properties": {
"projectId": {
"type": "string",
"title": "GCP Project ID",
"description": "GCP 프로젝트 ID (선택사항, 미설정시 gcloud 기본값 사용)"
},
"region": {
"type": "string",
"title": "Default Region",
"description": "기본 리전",
"default": "asia-northeast3"
}
},
"required": []
}
}