Skip to content

Releases: zavora-ai/mcp-project

mcp-project v1.0.0

09 Jun 14:38

Choose a tag to compare

Changelog

[1.0.0] - 2026-06-09

Added

  • 27 MCP tools: 5 project + 10 task + 4 sprint + 4 milestone + 4 reporting
  • Projects with KEY-based task numbering (e.g. APOLLO-12), lead, members, and status lifecycle
  • Work items (epic/story/task/bug/subtask) with a validated workflow:
    backlog → todo → in_progress → in_review → done (+ blocked / cancelled / reopen)
  • Dependencies (blocked_by / blocks / relates_to) with cycle detection and
    blocker-aware transitions (cannot start/finish while blockers are open)
  • Sprints/iterations, milestones, labels, comments, estimates, and time logging
  • Reporting: project_progress, sprint_report (burndown inputs), critical_path
    (longest blocked_by chain), and workload (per-assignee)
  • Gated status-change writes (set_project_status, transition_task, set_sprint_status, set_milestone_status)
  • adk-mcp-sdk HealthCheck + validated mcp-server.toml manifest
  • 14 tests (11 store + 3 manifest); verified end-to-end over MCP stdio