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)
This commit is contained in:
Fahad
2025-06-09 14:00:09 +04:00
parent 5b75e0cb37
commit 8ae2b2836b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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",