smolanalytics for VS Code
io.github.arjun0606/smolanalytics
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
client:VS Code
transport:stdio
runtime:oci
Install smolanalytics in VS Code
.vscode/mcp.json
{
"servers": {
"smolanalytics": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arjun0606/smolanalytics:v0.92.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs