gemini-extension.json•559 B
{
"name": "nanobanana",
"version": "1.0.13",
"description": "Gemini CLI extension for Nano Banana using the OpenRouter google/gemini-2.5-flash-image model - generate and manipulate images with text prompts",
"mcpServers": {
"nanobanana": {
"command": "node",
"args": [
"${extensionPath}/mcp-server/dist/index.js"
],
"env": {}
}
},
"contextFileName": "GEMINI.md",
"settings": [
{
"name": "API Key",
"description": "Your API key for the service.",
"envVar": "MODEL_API_KEY"
}
]
}