Skip to content

atlas-vision-mcp v1.0.4

Choose a tag to compare

@QuangThai QuangThai released this 29 Jun 15:59
· 32 commits to main since this release

What's Changed

Added

  • Clipboard-first MCP tools: analyze_clipboard, ocr_clipboard, diagnose_clipboard, and analyze_ui_clipboard.
  • OpenCode/Droid guidance for text-only models: copy an image to the OS clipboard, then ask Atlas to analyze the clipboard instead of using native image attachment.

Fixed

  • Windows clipboard reads now run PowerShell in STA mode so Get-Clipboard -Format Image works reliably from MCP.
  • serveStdio() now registers the same vision tools as the in-memory server, including the new clipboard tools.

Verified

  • Local: pnpm lint, pnpm typecheck, pnpm test (49 files / 442 tests), pnpm build.
  • E2E: OpenCode DeepSeek/GLM and Droid DeepSeek/GLM successfully called Atlas clipboard tools against a real Windows clipboard image.
  • CI: main branch CI green before release.