WebMCP Eval for Gemini CLI
com.webmcp-eval/webmcp-eval
Evaluate one public URL for WebMCP readiness: intent, tools observed, recommended, do-not-expose.
client:Gemini CLI
transport:streamable-http
Install WebMCP Eval in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"webmcp-eval": {
"httpUrl": "https://mcp.webmcp-eval.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs