ultimate-gemini-mcp 1.0.1__py3-none-any.whl → 1.0.2__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.1"
10
+ __version__ = "1.0.2"
11
11
  __author__ = "Ultimate Gemini MCP"
12
12
 
13
13
  from .config import get_settings
@@ -3,6 +3,7 @@ Image generation tool supporting both Gemini and Imagen models.
3
3
  """
4
4
 
5
5
  import base64
6
+ import json
6
7
  import logging
7
8
  from pathlib import Path
8
9
  from typing import Any
@@ -240,7 +241,6 @@ def register_generate_image_tool(mcp_server: Any) -> None:
240
241
  seed=seed,
241
242
  )
242
243
 
243
- import json
244
244
  return json.dumps(result, indent=2)
245
245
 
246
246
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ultimate-gemini-mcp
3
- Version: 1.0.1
3
+ Version: 1.0.2
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=DNVyeC3hyUv0WJlXtrOXH-Miw4ee8ZDiCW6GwJnjPJo,435
1
+ src/__init__.py,sha256=GIg4XdKkxcMxMWTdeku0la3TuFsEep-WFF7XSqy7KK0,435
2
2
  src/server.py,sha256=vVJ96VMl-Z7y756qjASywZaD2QYj5v8nIQ8r504Mg3g,5877
3
3
  src/config/__init__.py,sha256=hL0recV_ycXBEGCym7BqwyaPCnQHy8o429pBirnBeiA,704
4
4
  src/config/constants.py,sha256=iLHMFVJzWRkSMkG6gXHBWepVLbcDvlgqZtkgfEuaaUQ,1877
@@ -13,9 +13,9 @@ src/services/imagen_client.py,sha256=dvDa0Z6xV-xeF428_arf3JXMf-rYlwOXoDD_6pTZzOE
13
13
  src/services/prompt_enhancer.py,sha256=JFTKqwWafngq37yGjiYT5-FJbIj4Buvt0js2nU_9gsw,4805
14
14
  src/tools/__init__.py,sha256=zBfAjFT51LvvD7WXTfDYiyJstRdphr2ChddAmGMZxkI,346
15
15
  src/tools/batch_generate.py,sha256=tcilmaOWXMFnVBMdMbIUXxHtbpnBLeIkJe2LDXnE7qU,5200
16
- src/tools/generate_image.py,sha256=7X23jAdxzyC4lWCmIu3tIcs807w3duDrZdGMb7cPpZE,8818
17
- ultimate_gemini_mcp-1.0.1.dist-info/METADATA,sha256=R2TJ6uoVfF0q9541w7RUB5lFfWufVQ5HYvQNbT8ZKnU,11646
18
- ultimate_gemini_mcp-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- ultimate_gemini_mcp-1.0.1.dist-info/entry_points.txt,sha256=-BeRTT4oR05e-YnF1ZNbNxlaekD4LsWhD-Zy_1dyRnc,56
20
- ultimate_gemini_mcp-1.0.1.dist-info/licenses/LICENSE,sha256=ilyzUnN0QHYtYGJks-NFUwiniNu08IedLmn_muRqa0o,1480
21
- ultimate_gemini_mcp-1.0.1.dist-info/RECORD,,
16
+ src/tools/generate_image.py,sha256=dMj3SD4aNx4XAbkMNJ3TfO4F0N68GmZZQzbmqz03xsM,8806
17
+ ultimate_gemini_mcp-1.0.2.dist-info/METADATA,sha256=zwOiznrvjmMegCO3jqT0Q89OVX8PyYov-GifG_lL0-Y,11646
18
+ ultimate_gemini_mcp-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ ultimate_gemini_mcp-1.0.2.dist-info/entry_points.txt,sha256=-BeRTT4oR05e-YnF1ZNbNxlaekD4LsWhD-Zy_1dyRnc,56
20
+ ultimate_gemini_mcp-1.0.2.dist-info/licenses/LICENSE,sha256=ilyzUnN0QHYtYGJks-NFUwiniNu08IedLmn_muRqa0o,1480
21
+ ultimate_gemini_mcp-1.0.2.dist-info/RECORD,,