MCP Server
MCP
Bug Detector
Analyzes code for bugs, security vulnerabilities, and code smells
Install
oci:ghcr.io/madhavi-opsera/bug-detector:1.0.0
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment