{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "io.github.MasonChow/source-map-parser-mcp",
  "description": "Parse JavaScript error stack traces back to original source code using source maps",
  "status": "active",
  "repository": {
    "url": "https://github.com/MasonChow/source-map-parser-mcp",
    "source": "github"
  },
  "version": "1.3.2",
  "packages": [
    {
      "registry_type": "npm",
      "registry_base_url": "https://registry.npmjs.org",
      "identifier": "source-map-parser-mcp",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environment_variables": [
        {
          "description": "Context lines around error locations in source code",
          "is_required": false,
          "format": "string",
          "is_secret": false,
          "name": "SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE"
        },
        {
          "description": "Maximum memory cache size in MB for source maps",
          "is_required": false,
          "format": "string",
          "is_secret": false,
          "name": "SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE"
        }
      ]
    }
  ]
}