mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-08 17:12:41 +08:00
chore: bump version to 0.1.2 in pyproject.toml and server.py (#27)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "excel-mcp-server"
|
name = "excel-mcp-server"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Excel MCP Server for manipulating Excel files"
|
description = "Excel MCP Server for manipulating Excel files"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@ -62,7 +62,7 @@ logger = logging.getLogger("excel-mcp")
|
|||||||
# Initialize FastMCP server
|
# Initialize FastMCP server
|
||||||
mcp = FastMCP(
|
mcp = FastMCP(
|
||||||
"excel-mcp",
|
"excel-mcp",
|
||||||
version="0.1.1",
|
version="0.1.2",
|
||||||
description="Excel MCP Server for manipulating Excel files",
|
description="Excel MCP Server for manipulating Excel files",
|
||||||
dependencies=["openpyxl>=3.1.2"],
|
dependencies=["openpyxl>=3.1.2"],
|
||||||
env_vars={
|
env_vars={
|
||||||
|
|||||||
Reference in New Issue
Block a user