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:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user