Skip to main content
Glama

Source Map Parser MCP Server

package.json1.54 kB
{ "name": "source-map-parser-mcp", "version": "1.6.0", "type": "module", "description": "Parse JavaScript error stack traces back to original source code using source maps", "mcpName": "io.github.MasonChow/source-map-parser-mcp", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "scripts": { "build": "bash build.sh", "build:vite": "vite build", "deploy": "npm run build && npm publish", "test": "vitest run", "test:ci": "vitest run --coverage", "test:ui": "vitest --ui" }, "bin": { "source-map-parser-mcp": "./dist/main.es.js" }, "files": [ "dist", "server.json", "LICENSE", "README.md", "README.zh-CN.md" ], "keywords": [], "author": "MasonChow <masonchat@foxmail.com>", "collaborators": [ "MasonChow <masonchat@foxmail.com>" ], "license": "ISC", "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "@types/node": "^22.13.14", "@vitest/coverage-v8": "^3.1.1", "@vitest/ui": "^3.1.1", "rollup": "^4.52.2", "rollup-plugin-dts": "^6.2.3", "typescript": "^5.8.2", "vite": "^6.2.4", "vite-plugin-top-level-await": "^1.6.0", "vite-plugin-wasm": "^3.5.0", "vitest": "^3.1.1", "zod": "^3.24.2" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "source_map_parser_node": "0.3.1" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MasonChow/source-map-parser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server