v0.3.0
Pixel MCP Server v0.3.0 (2025-10-18T06:10:29Z)
Installation
Download the appropriate binary for your platform below, extract it, and add it to your PATH.
Alternatively, install with Go:
go install github.com/willibrandon/pixel-mcp/cmd/pixel-mcp@v0.3.0Configuration Required
Before using the server, create a configuration file at ~/.config/pixel-mcp/config.json:
{
"aseprite_path": "/absolute/path/to/aseprite",
"temp_dir": "/tmp/pixel-mcp",
"timeout": 30,
"log_level": "info"
}See README.md for full documentation.
Changelog
Features
- a65e43d: feat: add Floyd-Steinberg error diffusion dithering (@willibrandon)
Bug Fixes
- d458dc3: fix: address Copilot review feedback for Floyd-Steinberg (@willibrandon)
Others
- 0050ac6: refactor: update release header to reflect project name change to Pixel MCP (@willibrandon)
Full Changelog: v0.2.0...v0.3.0
For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues