Files
Cloud IX Team aadb1328db 🔖 chore(plugins): release google-cloud-developer 1.1.2
Bumps the google-cloud-developer plugin from 1.1.1 to 1.1.2 across plugin.json,
.claude-plugin/plugin.json, .codex-plugin/plugin.json, and
gemini-extension.json.

The release carries one functional fix: mcp_config.json now sets
"authProviderType": "google_credentials" on the Developer Knowledge MCP server.
Without it, clients reading that descriptor sent unauthenticated requests and
received 401 Unauthorized. The field is documented as mandatory in
skills/cloud/gcloud/references/mcp-usage.md, and the sibling
gemini-extension.json already carried it.

PiperOrigin-RevId: 980018211
2026-09-11 14:23:45 -07:00

15 lines
757 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-cloud-developer",
"version": "1.1.2",
"description": "Google Cloud guidance for coding agents: first-project onboarding, authentication and credential selection, and safety-critical validation for gcloud CLI commands. Includes the Google Developer Knowledge MCP server for grounded, up-to-date Google Cloud documentation.",
"author": {
"name": "Google LLC",
"url": "https://cloud.google.com"
},
"homepage": "https://github.com/google/skills/tree/main/plugins/cloud/google-cloud-developer",
"repository": "https://github.com/google/skills",
"license": "Apache-2.0",
"keywords": ["google-cloud", "gcloud", "authentication", "onboarding"]
}