v1.3.1
·
26 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Install
# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/photoshop-mcp@1.3.1
# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.1 photoshop-mcp-ui
# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.1Links
| npm | @alisaitteke/photoshop-mcp@1.3.1 |
| Docs | README |
| Changelog | 1.3.1 in CHANGELOG.md |
| Full diff | v1.3.0...v1.3.1 |
Requirements
- Node.js ≥ 18
- Adobe Photoshop (Windows or macOS)
⏳ Not on npm yet —
npm publishusually follows shortly after this GitHub release.
What's Changed
Features
- feat(analytics): implement anonymous usage analytics with locale support to enhance user insights docs(README): simplify anonymous usage analytics section and link to detailed documentation docs(anonymous-usage-analytics): create dedicated documentation for anonymous usage analytics details fix(db): update data directory path to use getPhotoshopMcpHomeDir function for better compatibility (
b1b58e8)