Skip to content

Task Crusader MCP v0.1.0 - Initial Release

Choose a tag to compare

@mcrescenzo mcrescenzo released this 26 Jan 21:02
· 13 commits to main since this 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