sonde for VS Code
io.github.anishmoncivarghese/sonde
Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.
client:VS Code
transport:stdio
runtime:npm
Install sonde in VS Code
.vscode/mcp.json
{
"servers": {
"sonde": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cheppulabs/sonde"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs