slop eval for Gemini CLI
io.github.rudrendupaul/slop-eval
Wraps the slop-eval CLI as a single generic MCP tool for genericness scoring of AI UI output.
client:Gemini CLI
transport:stdio
runtime:pypi
Install slop eval in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"slop-eval": {
"command": "uvx",
"args": [
"slop-eval-cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs