v0.50.0

punkpeye/fastmcpv0.50.0Jul 8, 2026by gemini-cli-robot

AI Summary

This release focuses on stabilizing the CI/CD pipeline by fixing npm script handling and preventing binary shadowing issues, alongside introducing a new tool registry discovery feature.

Key Highlights

  • Fixed npm CI ignore scripts to prevent job failures
  • Prevented workspace binary shadowing during release verification
  • Introduced Tool Registry Discovery
  • Added safeguards against bad NPM releases

New Features

  • Tool Registry Discovery

Full Release Notes

## What's Changed
* fix/verify release npm ci ignore scripts by @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/28116
* fix(ci): prevent workspace binary shadowing in release verification by @galdawave in https://github.com/google-gemini/gemini-cli/pull/28132
* Feat/tool registry discovery by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28113
* fix(ci): prevent bad NPM releases and promote job crashes by @galdawave in https://github.com/google-gemini/gemini-cli/pull/28147


**Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.49.0...v0.50.0