chore: bump version to 0.1.2 in pyproject.toml and server.py (#27)

This commit is contained in:
Haris
2025-05-17 23:14:00 +05:00
committed by GitHub
parent bbab5bf184
commit a8e4258aaf
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ logger = logging.getLogger("excel-mcp")
# Initialize FastMCP server
mcp = FastMCP(
"excel-mcp",
version="0.1.1",
version="0.1.2",
description="Excel MCP Server for manipulating Excel files",
dependencies=["openpyxl>=3.1.2"],
env_vars={