Skip to content

v1.1.1

Choose a tag to compare

@quickstraw quickstraw released this 16 Aug 23:09
· 2 commits to main since this release

Vision Helper MCP — stable release v1.1.1

What's new since 1.0.0

  • vision_helper_quick_analyze — new tool for fast, cheap, low-latency image analysis. Defaults to meta/muse-glimmer-30b (configurable via OPENROUTER_QUICK_MODEL), caps output at 1024 tokens, and forces minimal reasoning effort.
  • Automatic model fallbackvision_helper_analyze_image now retries with a fallback model (google/gemini-3.7-flash, configurable via OPENROUTER_FALLBACK_MODEL) when the primary model's provider is busy (429 / 5xx / timeout / network), so analyses don't fail.
  • Truly detailed analysisvision_helper_analyze_image now requests high reasoning effort and a higher default max_tokens (8192) so longer, thorough answers aren't cut short.
  • Default model — changed to qwen/qwen3.8-max.
  • Correct serverInfo.version — the MCP initialize response now reports the version from package.json instead of a hardcoded string.

Install / update

npm install -g vision-helper-mcp-server@1.1.1

The server is available on npm and GitHub at https://github.com/quickstraw/vision-helper-mcp-server.