Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 02:59
· 21 commits to main since this release

Pixel MCP Server v0.1.0 (2025-10-17T02:58: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/aseprite-mcp/cmd/aseprite-mcp@v0.1.0

Configuration Required

Before using the server, create a configuration file at ~/.config/aseprite-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/aseprite-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Bug Fixes

Performance Improvements

Others

Full Changelog: ...v0.1.0


For issues and support, visit: https://github.com/willibrandon/aseprite-mcp/issues