mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-25 17:26:39 +08:00
feat: Update version to 0.1.5, enhance server functionality with streamable HTTP mode, and improve type hints across the codebase (#63) fixes #57
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
[project]
|
||||
name = "excel-mcp-server"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
description = "Excel MCP Server for manipulating Excel files"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp[cli]>=1.6.0",
|
||||
"openpyxl>=3.1.2",
|
||||
"typer>=0.15.1"
|
||||
"mcp[cli]>=1.10.1",
|
||||
"openpyxl>=3.1.5",
|
||||
"typer>=0.16.0"
|
||||
]
|
||||
[[project.authors]]
|
||||
name = "haris"
|
||||
|
||||
Reference in New Issue
Block a user