6c77b99cb1b605ce27a5eb64f512cef6e4ae8f53source_git · rlaksana/mcp-cli-gemini · current release
Observed 2026-08-25T13:42:11.262Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
geminiExecute Gemini CLI commands. Supports queries, interactive mode, and extension management.Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Query to send to Gemini CLI (or extension command when using extensions)"
},
"model": {
"type": "string",
"description": "Model to use (e.g., gemini-pro, gemini-1.5-flash)"
},
"sandbox": {
"type": "boolean",
"description": "Run in sandbox mode for code execution"
},
"yolo": {
"type": "boolean",
"description": "Auto-approve all actions (YOLO mode)"
},
"interactive": {
"type": "boolean",
"description": "Run in interactive mode (returns command for manual execution)"
},
"extensions": {
"type": "string",
"description": "Extension command: 'list' or 'info:extensionName'"
}
},
"required": [
"query"
]
} | — | — · — | — |