CHANGELOG.md•1.5 kB
# 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).
## [1.0.0] - 2025-07-05
### Added
- Initial implementation of DALL-E 3 MCP server
- Support for image generation with configurable size, quality, and style
- Comprehensive error handling and validation
- TypeScript implementation with full type safety
- Automated testing with Jest
- CI/CD pipeline with GitHub Actions
- ESLint and Prettier configuration
- Comprehensive documentation
## [1.0.1] - 2025-07-05
### Added
- Initial release of imagegen-mcp-d3
- DALL-E 3 image generation via MCP protocol
- Support for multiple image sizes (1024x1024, 1024x1792, 1792x1024)
- Quality options (standard, hd)
- Style options (vivid, natural)
- Automatic directory creation and file saving
- Comprehensive logging and error handling
- NPM package publishing
- GitHub Actions CI/CD pipeline
## [1.0.2] - 2025-07-05
### FIX
- Update npm project @chrisurf/imagegen-mcp-d3
- fix pipeline
## [1.0.3] - 2025-07-05
### FIX
- Add initialize method
## [1.0.4] - 2025-07-05
### FIX
- Added capabilities.tools: { available: true } for proper protocol discovery
- Switched to static fs/promises import for file operations
- Implemented getMetadata() for better compatibility with VS Code Copilot and Inspector
- General cleanup and reliability improvements