Releases: mcrescenzo/task-crusader-mcp
Releases · mcrescenzo/task-crusader-mcp
Release list
v0.1.3 - CI/CD Improvements
Changes
- Auto-publish to PyPI: Dev versions now automatically publish to PyPI when tests pass on main branch
- PyPI compatibility fix: Removed local version identifiers from dev versions
Installation
pip install task-crusader-mcp==0.1.3v0.1.1 - Package Name Fixes
Fixed:
- Package name in error messages now shows 'task-crusader-mcp'
- MCP server name updated to 'task-crusader-mcp'
Changed:
- Default installation now includes all features (CLI, TUI, MCP)
- Simplified installation - just run
pip install task-crusader-mcp
Full Changelog: https://github.com/mcrescenzo/task-crusader-mcp/blob/main/CHANGELOG.md
Task Crusader MCP v0.1.0 - Initial Release
🎉 Initial Release
Task Crusader MCP - Campaign and task management for AI coding assistants
✨ Features
- MCP Server: 24 tools for campaign and task management
- CLI Interface: Interactive command-line tool
- TUI Interface: Terminal UI for visual management
- SQLite Backend: Local database with clean architecture
- Well Tested: 70 passing tests with 80% code coverage
- Python Support: 3.10, 3.11, 3.12, 3.13
📦 Installation
pip install task-crusader-mcp🚀 Quick Start
# Start MCP server
crusader-mcp
# Interactive CLI
crusader
# Terminal UI
crusader-tui📚 Documentation
See the README for full documentation.
Full Changelog: https://github.com/mcrescenzo/task-crusader-mcp/commits/v0.1.0