Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 888 Bytes

File metadata and controls

28 lines (21 loc) · 888 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-06-01

Added

  • Initial release of MCP Flux Server
  • Image generation tools:
    • flux_generate_image - Generate image from text prompts
  • Task tracking:
    • flux_get_task - Query single task status
    • flux_get_tasks_batch - Query multiple tasks
  • Information tools:
    • flux_list_models - List available models
    • flux_list_actions - List available actions
  • stdio and HTTP transport modes
  • Comprehensive test suite
  • Full documentation