From 8ae2b2836b41aa2615ed8e21f8f85762445ff50f Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 9 Jun 2025 14:00:09 +0400 Subject: [PATCH] chore: bump version to 2.8.0 - Added review_pending_changes tool for pre-commit validation - Fixed bug where temp files were outside project root causing NO FILES FOUND error - Enhanced README with Claude + Gemini collaboration branding - Fixed various linting issues - All tests passing (65 tests) --- config.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3ea5f0a..a51df64 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,7 @@ Configuration and constants for Gemini MCP Server # Version and metadata __version__ = "2.8.0" -__updated__ = "2025-06-09" +__updated__ = "2025-09-09" __author__ = "Fahad Gilani" # Model configuration diff --git a/setup.py b/setup.py index cc32569..4df009f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if readme_path.exists(): setup( name="gemini-mcp-server", - version="2.7.0", + version="2.8.0", description="Model Context Protocol server for Google Gemini", long_description=long_description, long_description_content_type="text/markdown",