Commit Graph

8 Commits

Author SHA1 Message Date
89302b8deb Fix FastMCP compatibility issue and update dependencies (#77)
The excel-mcp-server was using outdated FastMCP API parameters (version, description, dependencies, env_vars) that are no longer supported in the current FastMCP version. Updated the initialization to use only the supported parameters (name and instructions) to resolve the TypeError.

Also added explicit dependency on fastmcp>=2.0.0,<3.0.0 to ensure compatibility with FastMCP 2.x API and prevent future breaking changes from major version updates.

This fixes the "TypeError: FastMCP.__init__() got an unexpected keyword argument 'version'" error when running excel-mcp-server.

Fixes #76
2025-08-01 12:30:24 +05:00
81d786b794 feat: Update version to 0.1.5, enhance server functionality with streamable HTTP mode, and improve type hints across the codebase (#63) fixes #57 2025-07-05 13:16:26 +05:00
89ea163656 Release: Bump version to 0.1.4 (#47) 2025-06-10 23:12:36 +05:00
7f8c2be2f4 chore: update Python version to 3.10 and bump package version to 0.1.3 in pyproject.toml and server.py; modify GitHub Actions workflow to use hatch for building (#29) 2025-05-20 09:35:30 +05:00
a8e4258aaf chore: bump version to 0.1.2 in pyproject.toml and server.py (#27) 2025-05-17 23:14:00 +05:00
bbab5bf184 Feat/add stdio transport (#25)
* feat: Add stdio transport method.
Update relevant documentation and code to support both SSE and stdio connection methods, initialize the EXCEL_FILES_PATH variable and perform the corresponding path handling.

* Remove PyPI mirror configuration.
2025-05-17 19:39:06 +05:00
44ef963cd6 Fix/version sync (#9) 2025-04-04 13:21:39 +05:00
4e82b8a7b2 Initial commit 2025-02-16 22:41:04 +05:00