Skip to content

Releases: shinpr/mcp-image

Release: v0.5.6

04 Feb 22:04
36b0f5b

Choose a tag to compare

What's Changed

Dependencies

  • Bump @modelcontextprotocol/sdk from 1.25.2 to 1.26.0
  • Bump hono from 4.11.4 to 4.11.7
  • Bump lodash from 4.17.21 to 4.17.23

Full Changelog: v0.5.5...v0.5.6

Release: v0.5.5

14 Jan 14:12
49d3dc8

Choose a tag to compare

Security

Release: v0.5.4

08 Jan 02:08
430cccf

Choose a tag to compare

Security

  • Update @modelcontextprotocol/sdk to 1.25.2 to fix ReDoS vulnerability in UriTemplate regex patterns

Release: v0.5.3

02 Jan 01:31
7a211ed

Choose a tag to compare

Dependencies

Bump qs from 6.14.0 to 6.14.1 (#35)

Updated qs package (indirect dependency via express) to fix minor bugs:

  • Ensure arrayLength applies to [] notation as well
  • Fix parse to ignore key when custom decoder returns null

CI Improvements

Add production dependency validation (#36)

Added report-missing-dependencies to CI pipeline to automatically detect when devDependencies are incorrectly used in production code. This prevents MODULE_NOT_FOUND errors when installing via npx.

Full Changelog

v0.5.2...v0.5.3

Release v0.5.2

05 Dec 11:20
54e5a1c

Choose a tag to compare

Dependencies

  • Bump jws from 4.0.0 to 4.0.1 (security fix for GHSA-869p-cjfg-cm3x)
  • Bump @modelcontextprotocol/sdk from 1.22.0 to 1.24.0

Release v0.5.1

02 Dec 04:38
014dd6d

Choose a tag to compare

What's Changed

Dependencies

  • Bump express from 5.1.0 to 5.2.1 (#28)

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

29 Nov 04:54
68ca72a

Choose a tag to compare

New Features

  • Purpose parameter: New purpose parameter allows specifying intended use (e.g., "cookbook cover", "social media post") to tailor visual style and details
  • Improved prompt generation: Restructured to follow Google's Subject-Context-Style format for better image quality

Documentation

  • Added purpose parameter to API Reference

Release v0.4.2

26 Nov 02:29
8094cc0

Choose a tag to compare

Security

Dependencies

  • body-parser: 2.2.0 -> 2.2.1

Release v0.4.1

24 Nov 01:47
46f8532

Choose a tag to compare

✨ New Feature

Google Search Grounding Integration

  • Added useGoogleSearch parameter to enable real-time web information access during image generation
  • Allows the model to ground image generation with current, factual data from the web
  • Ideal for prompts requiring time-sensitive or up-to-date information (e.g., current events, recent fashion trends, latest technology)
  • Automatically disabled for creative, fictional, historical, or timeless content to preserve artistic freedom

🔧 Technical Details

  • New useGoogleSearch boolean parameter in generate_image tool
  • Implements Google Search grounding via Gemini API tools parameter
  • Comprehensive test coverage with 233 lines of new tests
  • Updated documentation with usage guidelines

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

20 Nov 22:42
aca7a1b

Choose a tag to compare

Update

⚡ Gemini API Update

  • Updated @google/genai from 1.22.0 to 1.30.0
  • Enhanced compatibility with latest Google AI features

🍌 Nano Banana Pro Integration

  • Upgraded to Gemini 3 Pro Image (gemini-3-pro-image-preview)
  • Added 4K image generation support
  • Improved image quality and performance

🔧 Infrastructure Improvements

  • Migrated server.json to 2025-10-17 schema format
  • Updated dependency ecosystem for better stability
  • Enhanced authentication library support

📦 Dependency Updates

  • @google/genai: 1.22.0 → 1.30.0
  • @modelcontextprotocol/sdk: 1.17.4 → 1.22.0
  • google-auth-library: 9.x → 10.x
  • ajv: 6.x → 8.x (with ajv-formats support)
  • gaxios: 6.x → 7.x
  • node-fetch: 2.x → 3.x

🚀 What's New

✨ Better image generation quality with Gemini 3 Pro Image
📐 4K resolution support for high-quality outputs
🔒 Enhanced security with updated auth libraries
⚙️ Improved MCP protocol compatibility