This is an example Gemini CLI extension that provides tools for working with Google Cloud Platform (GCP) release notes.
This extension defines two MCP servers:
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
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
This is not an official Google product.