Phone Format Check for Gemini CLI
io.github.dawaxwx/phone-format-check
Offline phone number validation and formatting at the edge: E.164/national/international formats,...
client:Gemini CLI
transport:streamable-http
Install Phone Format Check in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"phone-format-check": {
"httpUrl": "https://phone-format-check.david-cyr.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