A2A Trust Plane for Gemini CLI
io.github.the-825/a2a-trust-plane
Tenant-scoped control layer for agent-to-agent systems: governed routing, approvals, evidence.
client:Gemini CLI
transport:streamable-http
Install A2A Trust Plane in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"a2a-trust-plane": {
"httpUrl": "https://trust.the825.co/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs