source-map-parser-mcp
The Source Map Parser is a WebAssembly-based tool that maps JavaScript error stack traces back to source code, providing features such as stack parsing, batch processing, and context extraction. It integrates with MCP and supports runtime configuration via environment variables, aiming to assist developers with error diagnosis and resolution.
Source Map Parser
This project implements a WebAssembly-based Source Map parser that helps developers map JavaScript error stack traces back to source code for quick problem identification and resolution. It features stack parsing, batch processing, and context extraction. The tool supports MCP service integration, requiring Node.js 18+. Users can configure runtime parameters through environment variables and utilize its parse_stack
tool for parsing stack traces with Source Map addresses. Contributions are welcomed under the MIT License.