Skip to content

atlas-vision-mcp v1.0.5

Choose a tag to compare

@QuangThai QuangThai released this 29 Jun 16:09
· 31 commits to main since this release

What's Changed

Fixed

  • Added atlas-vision-mcp bin alias alongside atlas-vision, so npx atlas-vision-mcp@1.0.5 works for MCP client configs on Windows and other platforms.
  • Clipboard image extraction is now cross-platform best-effort:
    • Windows: PowerShell Desktop Get-Clipboard -Format Image
    • macOS: pngpaste when installed, AppleScript fallback otherwise
    • Linux: wl-paste on Wayland or xclip on X11
  • README/product docs now document clipboard platform support and backend requirements.

Validation

  • pnpm lint
  • pnpm typecheck
  • pnpm test — 49 files / 442 tests
  • pnpm build
  • npm publish --dry-run
  • Main branch CI green before tagging.