v0.2.0
Pixel MCP Server v0.2.0 (2025-10-18T02:49: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.2.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
- 2a28fc4: feat: add fallback image build and push steps in CI workflow (@willibrandon)
Bug Fixes
- d2820ff: fix: update import paths from aseprite-mcp-go to pixel-mcp (@willibrandon)
Others
- 9497f35: Release v0.2.0: Rename aseprite-mcp to pixel-mcp (@willibrandon)
- bed708a: Rename project from aseprite-mcp to pixel-mcp, updating all references (@willibrandon)
- b6b7c8a: refactor: rename from aseprite-mcp to pixel-mcp (@willibrandon)
- 8da50a9: refactor: update .gitignore to reflect project name change to pixel-mcp (@willibrandon)
- ad741b2: refactor: update binary name and paths from aseprite-mcp to pixel-mcp (@willibrandon)
Full Changelog: v0.1.0...v0.2.0
For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues