Skip to content

Releases: nuver-labs/image-gen-mcp

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 11:04
fa70937

What's Changed

  • Bring the server.json description under the registry limit by @vernu in #3

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 10:45
2b6232a

What's Changed

  • Prepare for public release under Nuver Labs by @vernu in #1
  • Correct the install snippet and harden the release path by @vernu in #2

New Contributors

  • @vernu made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@vernu vernu released this 13 Aug 10:36

First public release.

A stdio MCP server that generates and edits images with Google Gemini and OpenAI image models, using your own API keys. Files land directly in your project where your agent can read them and iterate.

claude mcp add image-gen --scope user \
  --env GEMINI_API_KEY=your-key \
  -- npx -y @nuver-labs/image-gen-mcp

Three tools: generate_image, edit_image, list_capabilities. See the README for the full argument reference, the environment variables, and the security threat model.

Published by hand, before the release workflow was live. Every release after this one is built and signed by GitHub Actions.