mellos mapping for VS Code
io.github.guangminju/mellos-mapping
Live layered dependency map for bottom-up development, drawn by the agent in a terminal pane.
client:VS Code
transport:stdio
runtime:npm
Install mellos mapping in VS Code
.vscode/mcp.json
{
"servers": {
"mellos-mapping": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mellos-mapping"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs