dep scope for VS Code
io.github.florianbruniaux/dep-scope
Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts.
client:VS Code
transport:stdio
runtime:npm
Install dep scope in VS Code
.vscode/mcp.json
{
"servers": {
"dep-scope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@florianbruniaux/dep-scope"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs