chore: bump version to 2.3.0 for new tools release

- Added analyze_file tool for clean file analysis
- Added extended_think tool for collaborative thinking
- Significant new functionality warrants minor version bump
This commit is contained in:
Fahad
2025-06-08 22:02:45 +04:00
parent 0db3c06381
commit 8754f3c544
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ from mcp.types import TextContent, Tool
from pydantic import BaseModel, Field from pydantic import BaseModel, Field
# Version and metadata # Version and metadata
__version__ = "2.2.0" __version__ = "2.3.0"
__updated__ = "2025-06-08" __updated__ = "2025-06-08"
__author__ = "Fahad Gilani" __author__ = "Fahad Gilani"

View File

@@ -13,7 +13,7 @@ if readme_path.exists():
setup( setup(
name="gemini-mcp-server", name="gemini-mcp-server",
version="2.2.0", version="2.3.0",
description="Model Context Protocol server for Google Gemini", description="Model Context Protocol server for Google Gemini",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",