Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hamflx/imagen3-mcp

Tags

v0.1.6

Toggle v0.1.6's commit message
Enhance image generation functionality by adding support for aspect r…

…atio in Gemini API requests, improving error handling, and integrating tracing for better logging. Update dependencies in Cargo.toml and Cargo.lock to include tracing and related libraries.

v0.1.5

Toggle v0.1.5's commit message
Update GeminiResponse struct to make predictions optional and enhance…

… error handling in generate_image_from_gemini function for improved robustness.

v0.1.4

Toggle v0.1.4's commit message
Enhance README.md and main.rs to support additional optional environm…

…ent variables for server configuration, including SERVER_LISTEN_ADDR, SERVER_PORT, and IMAGE_RESOURCE_SERVER_ADDR, improving flexibility for deployment.

v0.1.3

Toggle v0.1.3's commit message
Remove rust.yml workflow file from GitHub Actions configuration.

v0.1.2

Toggle v0.1.2's commit message
Update README.md to include optional BASE_URL configuration for proxy…

… and modify main.rs to use BASE_URL for API requests.

v0.1.1

Toggle v0.1.1's commit message
Refactor response handling in generate_image_from_gemini to parse Gem…

…iniResponse from text, adding error handling for parsing failures.

v0.1.0

Toggle v0.1.0's commit message
Implement additional server capabilities in main.rs to improve functi…

…onality