GCloud工具设置Skill setup

这个技能用于帮助用户配置Google Cloud Platform (GCP) 的MCP工具,解决常见错误如‘ADC not found’、‘gcloud auth error’、‘GCloud MCP error’、‘Application Default Credentials’、‘project not set’。提供快速修复步骤和禁用方法,方便开发者进行云环境设置。关键词:GCloud, MCP, 配置, 错误修复, Google Cloud Platform, GCP工具, DevOps, 云集成

GCP 0 次安装 0 次浏览 更新于 3/16/2026

name: setup description: 当用户遇到“ADC not found”、“gcloud auth error”、“GCloud MCP error”、“Application Default Credentials”、“project not set”,或需要帮助配置GCloud集成时使用此技能。

GCloud工具设置

运行 /gcloud-tools:setup 来配置GCloud MCP。

快速修复

  • ADC not found - 运行 gcloud auth application-default login
  • Project not set - 运行 gcloud config set project PROJECT_ID
  • Permission denied - 检查Cloud Console中的IAM角色

不需要GCloud?

通过 /mcp 命令禁用以防止错误。