CyberHuaTuo for VS Code
io.github.jinning6/cyberhuatuo
Gold-first AI-agent traceback diagnosis, exact fixes, verification, and reusable prescriptions.
client:VS Code
transport:stdio
runtime:pypi
Install CyberHuaTuo in VS Code
.vscode/mcp.json
{
"servers": {
"cyberhuatuo": {
"type": "stdio",
"command": "uvx",
"args": [
"cyberhuatuo"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs