Release history
davegomez/fizzy-mcp releases
MCP server for Fizzy kanban task management with tools for boards, cards, comments, and checklists.
All releases
6 shown
v0.4.0
Breaking risk
Breaking changes
- Removed the `fizzy_bulk_close` tool.
- Replaced `fizzy_complete_step` with a unified `fizzy_step`.
Full changelog
Features
- tools: ⚠️ Remove fizzy_bulk_close tool (3d5dca8)
- tools: ⚠️ Replace fizzy_complete_step with unified fizzy_step (4aa8ea8)
Refactors
- schema: Add optional steps array to CardSchema (c498350)
- client: Remove broken listSteps method (f76d0e7)
Documentation
- Remove fizzy_bulk_close references from documentation (29b2c77)
- Update tool reference for fizzy_step (a810e3c)
- Capitalize Fizzy server name in installation examples (1fcd46b)
- Add required type field to VS Code MCP config example (fe398e3)
⚠️ Breaking Changes
- tools: ⚠️ Remove fizzy_bulk_close tool (3d5dca8)
- tools: ⚠️ Replace fizzy_complete_step with unified fizzy_step (4aa8ea8)
❤️ Contributors
- David Gomez [email protected]
What's Changed
- Remove fizzy_bulk_close tool by @davegomez in https://github.com/davegomez/fizzy-mcp/pull/9
- Replace fizzy_complete_step with unified fizzy_step tool by @davegomez in https://github.com/davegomez/fizzy-mcp/pull/10
Full Changelog: https://github.com/davegomez/fizzy-mcp/compare/v0.3.0...v0.4.0