Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gcp_setup | 설정|초기화|프로필|setup|init|configure - 프로젝트별 GCP 설정 파일(.hi-gcloud.json)을 생성합니다. project_path에 현재 작업 폴더 경로를 지정하세요. |
| gcp_logs_read | 로그 조회|에러 확인|Cloud Logging|gcp logs|에러 로그 - GCP Cloud Logging에서 로그를 조회합니다 |
| gcp_run_status | Cloud Run 상태|서비스 상태|배포 상태|run status - Cloud Run 서비스 상태를 조회합니다 |
| gcp_run_logs | Cloud Run 로그|배포 로그|서비스 로그|run logs - Cloud Run 서비스 로그를 조회합니다 |
| gcp_sql_query | Cloud SQL 쿼리|DB 조회|sql query - Cloud SQL에서 읽기 전용 쿼리를 실행합니다 |
| gcp_sql_proxy | Cloud SQL 프록시|DB 연결|sql proxy|database connect - Cloud SQL Proxy를 실행하여 로컬에서 Cloud SQL에 연결합니다 |
| gcp_storage_list | GCS 목록|버킷 목록|스토리지|storage list - Cloud Storage 버킷/객체 목록을 조회합니다 |
| gcp_secret_list | 시크릿 목록|비밀 관리|secret manager|secrets - Secret Manager 시크릿을 조회합니다 |
| gcp_auth_status | 인증 상태|로그인 확인|계정 정보|auth status|whoami - GCP 인증 상태와 계정 정보를 확인합니다 |
| gcp_services_list | API 목록|활성화된 서비스|enabled APIs|services - 프로젝트에서 활성화된 API 서비스 목록을 조회합니다 |
| gcp_billing_info | 과금 정보|비용 확인|요금|billing|cost|얼마 나왔어 - GCP 프로젝트 결제 정보와 비용을 조회합니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| debug-deployment | Cloud Run 배포 실패 디버깅을 도와주는 프롬프트 |
| check-errors | 최근 에러 로그를 분석하고 해결 방안을 제시하는 프롬프트 |
| cost-review | GCP 비용을 분석하고 최적화 방안을 제안하는 프롬프트 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| GCP 인증 상태 | 현재 gcloud 인증 상태 및 계정 정보 |