v1.3.4
·
21 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.4
# Standalone web UI
npx -p @alisaitteke/photoshop-mcp@1.3.4 photoshop-mcp-ui
# Pin in package.json
npm install @alisaitteke/photoshop-mcp@1.3.4Links
| npm | @alisaitteke/photoshop-mcp@1.3.4 |
| Docs | README |
| Changelog | 1.3.4 in CHANGELOG.md |
| Full diff | v1.3.3...v1.3.4 |
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): enhance anonymous usage analytics to collect more detailed runtime environment data including system locale, CPU count, and memory tier feat(analytics): implement MCP session tracking with tool usage summaries and error reporting fix(analytics): ensure proper identification of analytics person with additional properties for better segmentation fix(server): update tool handler registration to include tool name for accurate tracking fix(server): capture connection events and tool call metrics to improve error handling and analytics reporting docs(anonymous-usage-analytics): update documentation to reflect new data collection practices and clarify what is collected and not collected (
ec1dda2)
Version bumps
- 1.3.4 (
26e4849)