Skip to content

Releases: mcrescenzo/task-crusader-mcp

v0.1.3 - CI/CD Improvements

Choose a tag to compare

@mcrescenzo mcrescenzo released this 28 Jan 15:54

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.3

v0.1.1 - Package Name Fixes

Choose a tag to compare

@mcrescenzo mcrescenzo released this 27 Jan 04:00

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

Choose a tag to compare

@mcrescenzo mcrescenzo released this 26 Jan 21:02

🎉 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