publish for Gemini CLI
games.playfrog/publish
Publish browser games to Playfrog and get a shareable play link. Static HTML5, files sent inline.
client:Gemini CLI
transport:streamable-http
tools:2
Install publish in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"publish": {
"httpUrl": "https://mcp-open.playfrog.games/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs