ultimate-gemini-mcp 1.0.10__py3-none-any.whl → 1.0.11__py3-none-any.whl

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.

Potentially problematic release.


This version of ultimate-gemini-mcp might be problematic. Click here for more details.

src/__init__.py CHANGED
@@ -7,7 +7,7 @@ A unified MCP server that combines the best features from:
7
7
  - Advanced features: batch processing, editing, templates, and more
8
8
  """
9
9
 
10
- __version__ = "1.0.10"
10
+ __version__ = "1.0.11"
11
11
  __author__ = "Ultimate Gemini MCP"
12
12
 
13
13
  from .config import get_settings
@@ -115,7 +115,7 @@ def register_batch_generate_tool(mcp_server: Any) -> None:
115
115
  output_format: str = "png",
116
116
  batch_size: int | None = None,
117
117
  negative_prompt: str | None = None,
118
- save_to_disk: bool = True,
118
+ save_to_disk: bool = False,
119
119
  ) -> str:
120
120
  """
121
121
  Generate multiple images from a list of prompts efficiently.
@@ -131,7 +131,7 @@ def register_batch_generate_tool(mcp_server: Any) -> None:
131
131
  output_format: Image format for all images (default: png)
132
132
  batch_size: Parallel batch size (default: from config)
133
133
  negative_prompt: Negative prompt for Imagen models (optional)
134
- save_to_disk: Save images to output directory (default: True, cloud-safe)
134
+ save_to_disk: Save images to output directory (default: False, optimized for cloud)
135
135
 
136
136
  Returns:
137
137
  JSON string with batch results including base64 image data and file paths (if saved)
@@ -38,7 +38,7 @@ async def generate_image_tool(
38
38
  negative_prompt: str | None = None,
39
39
  seed: int | None = None,
40
40
  # Output options
41
- save_to_disk: bool = True,
41
+ save_to_disk: bool = False,
42
42
  **kwargs: Any,
43
43
  ) -> dict[str, Any]:
44
44
  """
@@ -194,7 +194,7 @@ def register_generate_image_tool(mcp_server: Any) -> None:
194
194
  use_world_knowledge: bool = False,
195
195
  negative_prompt: str | None = None,
196
196
  seed: int | None = None,
197
- save_to_disk: bool = True,
197
+ save_to_disk: bool = False,
198
198
  ) -> str:
199
199
  """
200
200
  Generate images using Google's Gemini or Imagen models.
@@ -216,7 +216,7 @@ def register_generate_image_tool(mcp_server: Any) -> None:
216
216
  use_world_knowledge: Use real-world knowledge (Gemini only)
217
217
  negative_prompt: What to avoid in the image (Imagen only)
218
218
  seed: Random seed for reproducibility (NOT SUPPORTED - will be ignored)
219
- save_to_disk: Save images to output directory (default: True, cloud-safe)
219
+ save_to_disk: Save images to output directory (default: False, optimized for cloud)
220
220
 
221
221
  Available models:
222
222
  - gemini-2.5-flash-image (default)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ultimate-gemini-mcp
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: Ultimate image generation MCP server unifying Gemini 2.5 Flash Image and Imagen 4/Fast/Ultra with advanced features
5
5
  Project-URL: Homepage, https://github.com/anand-92/ultimate-image-gen-mcp
6
6
  Project-URL: Repository, https://github.com/anand-92/ultimate-image-gen-mcp
@@ -1,4 +1,4 @@
1
- src/__init__.py,sha256=72qNfq7aA0QTYW9OihXmU5AKwoeZzjH_KKQiLlvGjAo,436
1
+ src/__init__.py,sha256=ZXiPask84hr7qpYjoNmUoxbMUR7EFygK5qxDMaXMmRI,436
2
2
  src/server.py,sha256=nZI63qIDL3JWv3dyyFk6lIXStZuHe1MTdZqZSrqK56k,5862
3
3
  src/config/__init__.py,sha256=hL0recV_ycXBEGCym7BqwyaPCnQHy8o429pBirnBeiA,704
4
4
  src/config/constants.py,sha256=ue4dT6wFwCzAgDWvSt8RnbdaoaGHY8c7SViNxI-P73w,1870
@@ -14,11 +14,11 @@ src/services/image_service.py,sha256=ovYsxDMwqsSiG1YbwBcTBrgmGTA7bdhDF6_jPs9XV_k
14
14
  src/services/imagen_client.py,sha256=mvwbmtYQHqpKKM36tp8JPZTjxav5eeeist37lRJsv4k,6122
15
15
  src/services/prompt_enhancer.py,sha256=J_0s1EVmXdPAhjZPM4hL1vk9YiawqfH_ogF89VrFkW8,4776
16
16
  src/tools/__init__.py,sha256=zBfAjFT51LvvD7WXTfDYiyJstRdphr2ChddAmGMZxkI,346
17
- src/tools/batch_generate.py,sha256=WjmzjgWMcjizEV2-lWTGgADinmAFee0qqI1erl8M3-I,5189
18
- src/tools/generate_image.py,sha256=F-xIyXpnbWE6feSC7Tc0tnk5UINbfa72eVI-U33wypo,9072
17
+ src/tools/batch_generate.py,sha256=W-o0zSydMqhNS4cAWJTDPxjRVfbPomUSqyuxsHREf-s,5200
18
+ src/tools/generate_image.py,sha256=hOCVDt_HgYvQ_i3rH2K4X8Z2MYWVF1XQ_DSS_TUjGDI,9084
19
19
  src/utils/__init__.py,sha256=T2UShY0j2kiu63YPOsTACrzOfWTTq4PmC0flzcgeCl0,55
20
- ultimate_gemini_mcp-1.0.10.dist-info/METADATA,sha256=8wY7QRh7SsKkYdRgwxUbg4LLFvTzFU_T3gpriKwSMzw,16131
21
- ultimate_gemini_mcp-1.0.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
- ultimate_gemini_mcp-1.0.10.dist-info/entry_points.txt,sha256=-BeRTT4oR05e-YnF1ZNbNxlaekD4LsWhD-Zy_1dyRnc,56
23
- ultimate_gemini_mcp-1.0.10.dist-info/licenses/LICENSE,sha256=ilyzUnN0QHYtYGJks-NFUwiniNu08IedLmn_muRqa0o,1480
24
- ultimate_gemini_mcp-1.0.10.dist-info/RECORD,,
20
+ ultimate_gemini_mcp-1.0.11.dist-info/METADATA,sha256=Hwb8kpNkWW6M0xgL2kvXwJ8nyE-B9SyCGdwvWetf5r0,16131
21
+ ultimate_gemini_mcp-1.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ ultimate_gemini_mcp-1.0.11.dist-info/entry_points.txt,sha256=-BeRTT4oR05e-YnF1ZNbNxlaekD4LsWhD-Zy_1dyRnc,56
23
+ ultimate_gemini_mcp-1.0.11.dist-info/licenses/LICENSE,sha256=ilyzUnN0QHYtYGJks-NFUwiniNu08IedLmn_muRqa0o,1480
24
+ ultimate_gemini_mcp-1.0.11.dist-info/RECORD,,