Commit Graph

7 Commits

Author SHA1 Message Date
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
46adf0b173 Add MseeP.ai badge to README.md (#26) 2025-05-14 13:16:53 +05:00
addd5e2fac Update README.md (#13) 2025-04-09 13:07:04 +05:00
9d1ecb601d Remove smithery (#3)
* Update README.md

* Delete Dockerfile

* Delete smithery.yaml
2025-03-19 16:55:17 +05:00
7e1981cab2 Deployment: Dockerfile and Smithery config (#2)
* Add Dockerfile

* Add Smithery configuration

* Update README

---------

Co-authored-by: smithery-ai[bot] <194235850+smithery-ai[bot]@users.noreply.github.com>
2025-02-16 23:40:18 +05:00
99ac29915a Refactor sheet operations and update documentation
- Improve `copy_range_operation` with more robust error handling and style copying
- Enhance `delete_range_operation` with shift direction support
- Update README with Cursor IDE connection instructions
- Remove unnecessary parameters from `create_pivot_table`
- Improve logging and error validation in sheet operations
2025-02-16 10:33:02 -08:00
4e82b8a7b2 Initial commit 2025-02-16 22:41:04 +05:00