MCP Server
MCP
io.github.prashantsinghmangat/tracebug
AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.
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
By
Comments
Sign in to leave a comment