lastest for VS Code
io.github.las-team/lastest
Run visual regression tests, review diffs, and manage baselines on a Lastest instance.
client:VS Code
transport:stdio
runtime:npm
Install lastest in VS Code
.vscode/mcp.json
{
"servers": {
"lastest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lastest/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs