Skip to content

Releases: crunchtools/mcp-gemini

v0.3.0

Choose a tag to compare

@fatherlinux fatherlinux released this 02 Mar 10:37

v0.3.0 — v2 Best Practices Upgrade

Added

  • .specify/ governance framework (constitution, baseline spec, templates)
  • 78 mocked tests covering all 39 tools (test_tools, test_validation, test_errors)
  • Gourmand AI slop detection config — zero violations across 31 checks
  • Pre-commit hooks (ruff check + ruff format)
  • GitHub issue templates (bug report, feature request)
  • gourmand-exceptions.toml for documented exceptions

Changed

  • Version bumped from 0.1.1 to 0.3.0
  • CI workflow: added gourmand quality gate job
  • CI workflow: container build uses plain docker build instead of docker/build-push-action
  • Default HTTP port changed from 8000 to 8011
  • Removed verbose comments flagged by gourmand across source files
  • Fixed unused _mime_type parameter in save_generated_image

Quality Gates

All 5 gates pass: ruff, mypy, pytest (78/78), gourmand (0 violations), container build.

mcp-gemini v0.1.0

Choose a tag to compare

@fatherlinux fatherlinux released this 21 Feb 04:01

MCP Gemini CrunchTools v0.1.0

First release of the MCP server for Google Gemini AI.

Features

  • 39 Gemini AI tools across 7 categories
  • Query, brainstorm, code analysis, text analysis
  • Image generation (Gemini native + Imagen 4)
  • Multi-turn image editing sessions
  • Document analysis (PDF, DOCX, TXT)
  • YouTube video analysis and summarization
  • Video generation with Veo
  • Text-to-speech and multi-voice dialogue
  • Deep research with multi-step web search
  • Content caching for efficient repeated queries
  • Structured JSON output and data extraction
  • Python code execution via Gemini

Installation

uvx mcp-gemini-crunchtools
# or
podman run -i --rm -e GEMINI_API_KEY quay.io/crunchtools/mcp-gemini

See README for full documentation.