This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryWindows local file paths now auto-upload correctly in generate_image.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Windows local reference-image paths now detected correctly, auto-uploading as expected. Windows local reference-image paths now detected correctly, auto-uploading as expected. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Medium |
Plugin / ClawHub bundle / OpenClaw skill pinned to [email protected]. Plugin / ClawHub bundle / OpenClaw skill pinned to [email protected]. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Refactor | Medium |
Reference-URL handling robustness updates with internal refinements. Reference-URL handling robustness updates with internal refinements. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
Full changelog
Highlights
- 🪟 Windows local reference-image paths now detected correctly — when an LLM client (Claude Code, Cursor, etc.) on Windows passes a path like
C:/Users/.../photo.jpg(forward-slash, the cross-platform form most clients emit),generate_imagenow auto-uploads the file as expected. Previously this form fell through to the URL branch and was relayed unchanged to the cloud provider, producing an opaqueUnsupported file URI typeerror. Backslash form (C:\Users\...) already worked and is unchanged. - 🛡️ Reference-URL handling robustness updates — small internal refinements; no schema or behavior changes for valid public URLs.
Compatibility
- No schema changes. No breaking changes. Existing 1.3.1 calls keep working.
- Plugin / ClawHub bundle / OpenClaw skill all pinned to
[email protected]. If you installed via plugin marketplace, the update arrives the next time the plugin refreshes; if you pinned manually, bumpmeigen@<version>in your.mcp.json.
Note on the backend
If you don't upgrade immediately, the backend (/api/generate/v2) has its own validation that returns a clear 400 invalid_reference_url instead of letting the request waste API token quota on an unfetchable reference. So old MCP versions are not worse than before — just less ergonomic when handling local Windows paths.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About jau123/MeiGen-AI-Design-MCP
Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system
Related context
Beta — feedback welcome: [email protected]