package.json•1.03 kB
{
"name": "@brunoqgalvao/gemini-image-mcp-server",
"version": "1.0.0",
"description": "MCP server for Gemini 2.5 Flash Image (Nano Banana) - Generate and edit images using Google's AI",
"type": "module",
"main": "index.js",
"bin": {
"gemini-image-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"postinstall": "echo '\n✅ Installation complete! Run: npx @brunoqgalvao/gemini-image-mcp-server --help\n'"
},
"keywords": [
"mcp",
"gemini",
"image-generation",
"nano-banana",
"ai",
"google-ai",
"model-context-protocol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brunoqgalvao/gemini-image-mcp-server.git"
},
"bugs": {
"url": "https://github.com/brunoqgalvao/gemini-image-mcp-server/issues"
},
"homepage": "https://github.com/brunoqgalvao/gemini-image-mcp-server#readme",
"author": "Bruno Galvao",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"dotenv": "^16.4.5"
}
}