Compare commits

...

3 Commits

Author SHA1 Message Date
Bryan Thompson
94f5e3a8f0 Merge branch 'main' into add-google-cloud-storage 2026-08-11 15:43:15 -05:00
Bryan Thompson
aa5dc12ab0 Merge branch 'main' into add-google-cloud-storage 2026-08-11 15:22:33 -05:00
Bryan Thompson
5efd5b0bb4 Add google-cloud-storage plugin
Driver: dir-plugin-add-official
2026-08-11 13:08:08 -05:00

View File

@@ -1636,6 +1636,20 @@
"source": "./external_plugins/gitlab",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab"
},
{
"name": "google-cloud-storage",
"description": "Official Google Cloud Storage (GCS) plugin. Manage buckets and objects, transfer data, and configure MCP, FUSE, IAM, security, lifecycle rules, signed URLs, Terraform, and the CLI.",
"author": {
"name": "Google LLC"
},
"category": "deployment",
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/google-cloud-storage.git",
"sha": "7a84ccaa96a64d1d2b346d646d29bb370ce01a29"
},
"homepage": "https://cloud.google.com/storage"
},
{
"name": "gopls-lsp",
"description": "Go language server for code intelligence and refactoring",