← Back to Plugins
MCP Server MCP

io.github.prashantsinghmangat/tracebug

github By github 👁 1 views ▲ 0 votes

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tracebug",
      "version": "1.9.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Subcommand that starts the MCP server",
          "isRequired": true,
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Directory containing TraceBug .html bug-report exports (defaults to the current working directory)",
          "format": "string",
          "type": "named",
          "name": "--dir"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...