text2image-mcp 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
A Model Context Protocol (MCP) server that provides AI image generation and editing capabilities using Google's Gemini API. Supports both **Gemini 2.5 Flash** (fast, efficient) and **Gemini 3 Pro** (high quality, 4K, search grounding). Generate stunning images, edit existing ones, and iterate on your creations with simple text prompts.
|
|
6
6
|
|
|
7
|
-
<a href="https://glama.ai/mcp/servers/@
|
|
8
|
-
<img width="380" height="200" src="https://glama.ai/mcp/servers/@
|
|
7
|
+
<a href="https://glama.ai/mcp/servers/@kishorkukreja/Nano-Banana-MCP">
|
|
8
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@kishorkukreja/Nano-Banana-MCP/badge" alt="Nano-Banana-MCP MCP server" />
|
|
9
9
|
</a>
|
|
10
10
|
|
|
11
11
|
## ✨ Features
|
|
@@ -306,7 +306,7 @@ This project was created with Claude Code and follows these technologies:
|
|
|
306
306
|
|
|
307
307
|
```bash
|
|
308
308
|
# Clone the repository
|
|
309
|
-
git clone https://github.com/
|
|
309
|
+
git clone https://github.com/kishorkukreja/Nano-Banana-MCP.git
|
|
310
310
|
cd Nano-Banana-MCP
|
|
311
311
|
|
|
312
312
|
# Install dependencies
|
|
@@ -350,9 +350,9 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
350
350
|
|
|
351
351
|
## 📞 Support
|
|
352
352
|
|
|
353
|
-
- 🐛 **Issues**: [GitHub Issues](https://github.com/
|
|
353
|
+
- 🐛 **Issues**: [GitHub Issues](https://github.com/kishorkukreja/Nano-Banana-MCP/issues)
|
|
354
354
|
- 📖 **Documentation**: This README and inline code comments
|
|
355
|
-
- 💬 **Discussions**: [GitHub Discussions](https://github.com/
|
|
355
|
+
- 💬 **Discussions**: [GitHub Discussions](https://github.com/kishorkukreja/Nano-Banana-MCP/discussions)
|
|
356
356
|
|
|
357
357
|
---
|
|
358
358
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "text2image-mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "MCP server for Google's Gemini image generation API (Flash + Pro) with cross-platform support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"text2image-mcp": "
|
|
8
|
+
"text2image-mcp": "dist/index.js"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist/",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
],
|
|
36
36
|
"author": "Generated by Claude Code",
|
|
37
37
|
"license": "MIT",
|
|
38
|
-
"homepage": "https://github.com/
|
|
38
|
+
"homepage": "https://github.com/kishorkukreja/Nano-Banana-MCP#readme",
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/
|
|
41
|
+
"url": "git+https://github.com/kishorkukreja/Nano-Banana-MCP.git"
|
|
42
42
|
},
|
|
43
43
|
"bugs": {
|
|
44
|
-
"url": "https://github.com/
|
|
44
|
+
"url": "https://github.com/kishorkukreja/Nano-Banana-MCP/issues"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=18.0.0"
|