Skip to content

Releases: chrisurf/imagegen-mcp-d3

v1.0.4

Choose a tag to compare

@chrisurf chrisurf released this 05 Jul 22:44
725ff18

DALL-E 3 MCP Server ✨

  • 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

v1.0.3

Choose a tag to compare

@chrisurf chrisurf released this 05 Jul 22:27
6c18a68

DALL-E 3 MCP Server ✨

  • 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

v1.0.2

Choose a tag to compare

@chrisurf chrisurf released this 05 Jul 21:55
6a54c77

DALL-E 3 MCP Server ✨

  • 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

v1.0.1

Choose a tag to compare

@chrisurf chrisurf released this 05 Jul 21:47
98b0fef

DALL-E 3 MCP Server ✨

  • 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

v1.0.0

Choose a tag to compare

@chrisurf chrisurf released this 05 Jul 21:03
1979187

DALL-E 3 MCP Server ✨

  • 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