Bug Detector✓
io.github.madhavi-opsera/bug-detector · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.madhavi-opsera/bug-detector",
"description": "Analyzes code for bugs, security vulnerabilities, and code smells",
"title": "Bug Detector",
"repository": {
"url": "https://github.com/madhavi-opsera/bug-detector",
"source": "github",
"id": "madhavi-opsera/bug-detector"
},
"version": "1.0.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/madhavi-opsera/bug-detector:1.0.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional",
"valueHint": "docker_command"
},
{
"type": "named",
"name": "--rm"
},
{
"type": "named",
"name": "-i"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}