Releases: MasonChow/source-map-parser-mcp
Releases · MasonChow/source-map-parser-mcp
Release v1.6.0
v1.5.0
What's Changed
- feat: 支持自定义 mcp 服务使用 source map 工具 by @MasonChow in #25
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Full Changelog: v1.4.0...v1.4.2
Release v1.4.0
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Full Changelog: v1.3.1...v1.3.2
Release v1.3.1
What's Changed
- Add comprehensive GitHub Copilot instructions for source-map-parser-mcp by @Copilot in #24
- Fix token validation error by adding transformation layer for WebAssembly response by @Copilot in #22
New Contributors
- @Copilot made their first contribution in #24
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
What's Changed
- Add MseeP.ai badge by @lwsinclair in #18
- Add MseeP.ai badge by @lwsinclair in #19
- feat: 使用 source-map-parser-node 包进行处理代码解析 by @MasonChow in #20
New Contributors
- @lwsinclair made their first contribution in #18
Full Changelog: v1.2.3...v1.3.0
Release v1.2.3
English Version
Changelog
All notable changes to this project will be documented in this file.
[1.2.3] - 2025-04-19
🐛 Bug Fixes
- Update package version to 1.2.3 and change runtime example image link to use CDN
Full Changelog: v1.2.2...v1.2.3
中文版本
更新日志
本文件将记录该项目的所有重要变更。
[1.2.3] - 2025-04-19
🐛 Bug 修复
- 更新包版本至 1.2.3,并将运行时示例图片链接更换为 CDN
完整更新日志:v1.2.2...v1.2.3
Release v1.2.2
English Version
🚀 Features
- Update version to 1.2.2, add
README.zh-CN.mdto files, and include test files inguide.xml.
What's Changed
- Add example files by @MasonChow in PR #17.
Full Changelog:
v1.2.1...v1.2.2
中文版本
🚀 新功能
- 将版本更新至 1.2.2,添加
README.zh-CN.md文件,并在guide.xml中包含测试文件。
变更内容
- 通过 @MasonChow 在 PR #17 中添加示例文件。
完整更新日志:
v1.2.1...v1.2.2
Release v1.2.1
English Version:
- Release Name: Release v1.2.1
- Release Date: 2025-04-13
- Highlights:
- Improved Memory Caching:
- Introduced
MemoryCacheManagerwith configurable cache size using theSOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZEenvironment variable. - Enhanced caching logic with better memory management and eviction mechanisms.
- Introduced
- Runtime Configurations:
- Added runtime flexibility with the
SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINEvariable to adjust context lines for error stack analysis.
- Added runtime flexibility with the
- Optimized Stack Parsing:
- Refactored
parser.tsandserver.tsto improve stack trace parsing and eliminate redundant logic.
- Refactored
- Documentation Updates:
- Updated
README.mdandREADME.zh-CN.mdto reflect new usage examples for runtime parameters and clarified tool descriptions.
- Updated
- Bug Fixes:
- Addressed issues with context line handling and improved error handling in parsing logic.
- Improved Memory Caching:
中文版:
- 版本名称: Release v1.2.1
- 发布日期: 2025-04-13
- 主要内容:
- 改进的内存缓存:
- 引入
MemoryCacheManager,支持通过环境变量SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE配置缓存大小。 - 改善缓存逻辑,优化内存管理和清理机制。
- 引入
- 运行时配置:
- 增加运行时灵活性,通过
SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE调整错误堆栈分析的上下文行数。
- 增加运行时灵活性,通过
- 堆栈解析优化:
- 重构
parser.ts和server.ts,改进堆栈跟踪解析性能,删除冗余逻辑。
- 重构
- 文档更新:
- 更新了
README.md和README.zh-CN.md,提供新的运行时参数使用示例,并详细说明了工具功能。
- 更新了
- Bug 修复:
- 修正了上下文行处理逻辑问题,并改进了解析逻辑中的错误处理能力。
- 改进的内存缓存:
Full Changelog: v1.1.0...v1.2.1