mirror of
https://github.com/google/skills.git
synced 2026-09-14 20:00:20 +08:00
aadb1328db
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
12 lines
552 B
JSON
12 lines
552 B
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.",
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "Google Cloud Developer",
|
|
"shortDescription": "Onboarding, auth, and gcloud safety for Google Cloud",
|
|
"category": "Productivity"
|
|
}
|
|
}
|