@boomlinkai/image-resize-mcp
Version:
MCP server for image resizing
24 lines (17 loc) • 797 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.1] - 2025-05-19
### Added
- Support for `imageUrl` as an input source.
- Support for `base64Image` as an input source.
## [0.0.0] - 2025-05-19
### Added
- Initial release of the Image Resize MCP server
- Support for resizing images to different dimensions
- Support for converting images between formats (JPEG, PNG, WebP, AVIF)
- Support for optimizing images for web use
- Support for applying basic transformations (rotate, flip, etc.)
- MCP server implementation for stdio communication
- CLI interface for running the MCP server