Skip to content

Releases: MasonChow/source-map-parser-mcp

Release v1.6.0

28 Sep 15:00
2c21e0b

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Sep 17:23

Choose a tag to compare

What's Changed

  • feat: 支持自定义 mcp 服务使用 source map 工具 by @MasonChow in #25

Full Changelog: v1.4.2...v1.5.0

v1.4.2

26 Sep 14:35

Choose a tag to compare

Full Changelog: v1.4.0...v1.4.2

Release v1.4.0

15 Sep 01:55

Choose a tag to compare

v1.3.2

10 Sep 05:45

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

04 Sep 14:39

Choose a tag to compare

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

04 Sep 14:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

Release v1.2.3

19 Apr 06:14

Choose a tag to compare

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

19 Apr 05:54

Choose a tag to compare

English Version

🚀 Features

  • Update version to 1.2.2, add README.zh-CN.md to files, and include test files in guide.xml.

What's Changed

Full Changelog:
v1.2.1...v1.2.2


中文版本


🚀 新功能

  • 将版本更新至 1.2.2,添加 README.zh-CN.md 文件,并在 guide.xml 中包含测试文件。

变更内容

完整更新日志:
v1.2.1...v1.2.2

Release v1.2.1

13 Apr 10:25

Choose a tag to compare

English Version:

  • Release Name: Release v1.2.1
  • Release Date: 2025-04-13
  • Highlights:
    1. Improved Memory Caching:
      • Introduced MemoryCacheManager with configurable cache size using the SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE environment variable.
      • Enhanced caching logic with better memory management and eviction mechanisms.
    2. Runtime Configurations:
      • Added runtime flexibility with the SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE variable to adjust context lines for error stack analysis.
    3. Optimized Stack Parsing:
      • Refactored parser.ts and server.ts to improve stack trace parsing and eliminate redundant logic.
    4. Documentation Updates:
      • Updated README.md and README.zh-CN.md to reflect new usage examples for runtime parameters and clarified tool descriptions.
    5. Bug Fixes:
      • Addressed issues with context line handling and improved error handling in parsing logic.

中文版:

  • 版本名称: Release v1.2.1
  • 发布日期: 2025-04-13
  • 主要内容:
    1. 改进的内存缓存:
      • 引入 MemoryCacheManager,支持通过环境变量 SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE 配置缓存大小。
      • 改善缓存逻辑,优化内存管理和清理机制。
    2. 运行时配置:
      • 增加运行时灵活性,通过 SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE 调整错误堆栈分析的上下文行数。
    3. 堆栈解析优化:
      • 重构 parser.tsserver.ts,改进堆栈跟踪解析性能,删除冗余逻辑。
    4. 文档更新:
      • 更新了 README.mdREADME.zh-CN.md,提供新的运行时参数使用示例,并详细说明了工具功能。
    5. Bug 修复:
      • 修正了上下文行处理逻辑问题,并改进了解析逻辑中的错误处理能力。

Full Changelog: v1.1.0...v1.2.1