Dataset Diff & Change Detector for Gemini CLI
io.github.nero-engine/dataset-diff-detector
Compare two versions of a JSON row list: what was added, removed or changed, field by field.
client:Gemini CLI
transport:streamable-http
tools:2
Install Dataset Diff & Change Detector in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dataset-diff-detector": {
"httpUrl": "https://dataset-diff-detector.nerolabs.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs