excel-parser-mcp
Version:
MCP server for parsing Excel documents and extracting test case data
26 lines (21 loc) • 788 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2024-12-11
### Added
- 初始版本发布
- 支持Excel文档解析(.xlsx, .xls格式)
- 智能多工作表检测和选择
- 安全验证机制(文件大小、完整性、恶意内容检测)
- 三个MCP工具:
- `parse-excel` - 主解析工具
- `preview-excel-sheets` - 预览工具
- `validate-excel-file` - 验证工具
- 完整的TypeScript类型支持
- 详细的错误处理和日志记录
### Security
- 文件大小限制(50MB)
- 恶意内容检测
- 宏自动禁用
- 文件完整性验证