io.github.MasonChow/source-map-parser-mcp

MCPcommunity
v1.3.2io.github.MasonChowUnknownUpdated 9mo agonpmGitHub

Parse JavaScript error stack traces back to original source code using source maps

🌐 语言: English | 简体中文 本项目实现了一个基于 WebAssembly 的 Source Map 解析器,能够将 JavaScript 错误堆栈信息映射回源代码,并提取相关的上下文信息,开发者可以方便地将 JavaScript 错误堆栈信息映射回源代码,快速定位和修复问题。希望本项目的文档能帮助开发者更好地理解和使用该工具 注意: 需要 Node.js 20+ 版本支持 从 GitHub Release 页面下载对应版本的构建产物,然后运行: 你可以在自己的 MCP 进程中嵌入本项目提供的工具,并按需定制行为。 本项目同时提供 ESM 与 CJS 构建,并打包为单一的 TypeScript 声明文件: 通过环境变量可灵活配置系统运行参数,满足不同场景需求 :设置资源缓存占用的最大内存空间,默认为 200MB。适当调整此值可平衡性能与内存占用。…

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
9mo agoLast update
Package
Authorio.github.MasonChow
LicenseUnknown
Version1.3.2
Sourcemcp-registry
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/25
Publisher: run `forge publish` from the package repo to claim ownership
Ed25519 publish signature+0/10
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
CVE scan · clean+30/30
Static analysis · clean+20/20
npm provenance (Sigstore)+0/5
Publish from GitHub Actions with the --provenance flag
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
Dependencies1 resolved · none vulnerable
Tool surface3 tools · none privileged
Security scan✓ Cleanv1.6.0 · 20d ago
EvalsNone
IndexedJun 13, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.

About

🌐 语言: English | 简体中文 本项目实现了一个基于 WebAssembly 的 Source Map 解析器,能够将 JavaScript 错误堆栈信息映射回源代码,并提取相关的上下文信息,开发者可以方便地将 JavaScript 错误堆栈信息映射回源代码,快速定位和修复问题。希望本项目的文档能帮助开发者更好地理解和使用该工具 注意: 需要 Node.js 20+ 版本支持 从 GitHub Release 页面下载对应版本的构建产物,然后运行: 你可以在自己的 MCP 进程中嵌入本项目提供的工具,并按需定制行为。 本项目同时提供 ESM 与 CJS 构建,并打包为单一的 TypeScript 声明文件: 通过环境变量可灵活配置系统运行参数,满足不同场景需求 :设置资源缓存占用的最大内存空间,默认为 200MB。适当调整此值可平衡性能与内存占用。 :定义错误位置周围需显示的上下文代码行数,默认为 1 行。增大此值可获取更多上下文信息,便于问题诊断。 1. 堆栈解析:根据提供的行号、列号和 Source Map 文件,解析出对应的源代码位置。 2.…

Keywords
mcp