slop eval for VS Code
io.github.rudrendupaul/slop-eval
Wraps the slop-eval CLI as a single generic MCP tool for genericness scoring of AI UI output.
client:VS Code
transport:stdio
runtime:pypi
Install slop eval in VS Code
.vscode/mcp.json
{
"servers": {
"slop-eval": {
"type": "stdio",
"command": "uvx",
"args": [
"slop-eval-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs