v1.1.1
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 tometa/muse-glimmer-30b(configurable viaOPENROUTER_QUICK_MODEL), caps output at 1024 tokens, and forces minimal reasoning effort.- Automatic model fallback —
vision_helper_analyze_imagenow retries with a fallback model (google/gemini-3.7-flash, configurable viaOPENROUTER_FALLBACK_MODEL) when the primary model's provider is busy (429 / 5xx / timeout / network), so analyses don't fail. - Truly detailed analysis —
vision_helper_analyze_imagenow requestshighreasoning effort and a higher defaultmax_tokens(8192) so longer, thorough answers aren't cut short. - Default model — changed to
qwen/qwen3.8-max. - Correct
serverInfo.version— the MCPinitializeresponse now reports the version frompackage.jsoninstead of a hardcoded string.
Install / update
npm install -g vision-helper-mcp-server@1.1.1The server is available on npm and GitHub at https://github.com/quickstraw/vision-helper-mcp-server.