Schema Change Gate for Gemini CLI
com.mcpscores/schema-change-gate
Replay supplied records against old and new bounded JSON Schema draft-07 contracts. Receive exact...
client:Gemini CLI
transport:streamable-http
tools:1
Install Schema Change Gate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"schema-change-gate": {
"httpUrl": "https://mcp-factory.bowling-anthony.workers.dev/schema-change-gate/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs