Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

v0.2.3

Choose a tag to compare

@hampsterx hampsterx released this 30 Mar 04:15
· 36 commits to master since this release

Added

  • Response length awareness: Optional maxResponseLength parameter (in words) on query, search, and review tools. Appends a soft length instruction to the prompt.
  • Conciseness guidance in review and search prompt templates to reduce verbose output by default.
  • GEMINI_DEFAULT_MODEL env var support for default model selection.
  • Auto-retry with fallback model on quota exhaustion (GEMINI_FALLBACK_MODEL env var).

Changed

  • maxResponseLength zod schemas enforce .int().positive().

npm: npm i gemini-mcp-bridge@0.2.3