gcp-release-notes
Example Gemini CLI Extension
Open source Open in the app JSON README (API)
About
Example Gemini CLI Extension
Details
- Kind
- Plugins
- Topic
- Cloud & DevOps
- Publisher
- danistrebel
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Stars
- 2
- Last push
- 2025-10-24T06:43:30Z
- Repository state
- ativo
- Language
- TypeScript
- License
- Apache-2.0
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
danistrebel/gcp-release-notes
README
# GCP Release Notes Gemini CLI Extension This is an example Gemini CLI extension that provides tools for working with Google Cloud Platform (GCP) release notes. ## MCP Servers This extension defines two MCP servers: ### `rss_release_notes` This server provides tools for fetching GCP release notes from an RSS feed. It is implemented as a Node.js application. - **Command:** `node rss-feed-mcp-server/dist/gcp-release-notes.js` ### `bq_release_notes` This server provides tools for interacting with GCP release notes stored in BigQuery. It uses the `toolbox` command with a custom set of tools defined in `tools.yaml`. - **Command:** `./toolbox --stdio --tools-file tools.yaml` ## Disclaimer This is not an official Google product.