v0.4.0
Pixel MCP Server v0.4.0 (2025-10-18T21:46:25Z)
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.4.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
- 1035cc4: feat: add palette quantization and automatic shading tools (@willibrandon)
- de483bb: feat: add palette quantization and automatic shading tools (@willibrandon)
Bug Fixes
- 398904f: fix: address Copilot review comments on palette quantization (@willibrandon)
- 39698b1: fix: batch pixel drawing in dithering integration test (@willibrandon)
- 5ace564: fix: update ImportImage test and handle median cut edge case (@willibrandon)
Others
- 148abda: refactor: remove unused dither parameter from QuantizePalette (@willibrandon)
Full Changelog: v0.3.0...v0.4.0
For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues