visual intent layer for VS Code
io.github.willa-code/visual-intent-layer
Point at visible targets in an agent-built interface, and deliver grounded Annotations.
client:VS Code
transport:stdio
runtime:npm
Install visual intent layer in VS Code
.vscode/mcp.json
{
"servers": {
"visual-intent-layer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"visual-intent-layer"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs