Skip to content

Releases: croffasia/mcp-project-manager

v0.2.0

15 Jul 21:32

Choose a tag to compare

Changes

  • MCP tools return structured JSON with result, status,
    guidance fields
  • Added contextual recommendations and next steps
  • Enhanced task decomposition and start prompts
  • Consistent response format across all tools
  • Improved AI agent integration

Technical

  • JSON responses wrapped in MCP content format
  • Enhanced metadata for better tool integration
  • Maintained backward compatibility

v0.1.3

14 Jul 16:04

Choose a tag to compare

πŸ”§ Fixed Issues

  • βœ… Fixed NPX execution: Added proper shebang
    (#!/usr/bin/env node) to source file
  • πŸ“ Updated documentation: Changed MCP server name from
    "project-manager" to "pm" for consistency
  • 🎯 Improved package description: Better reflects universal
    MCP compatibility

v0.1.1

14 Jul 15:47

Choose a tag to compare

πŸš€ MCP Project Manager - Initial Release

Hierarchical project management server for MCP-compatible AI
assistants

✨ Features

  • Hierarchical Task Management: Ideas β†’ Epics β†’ Tasks β†’ Bugs
    β†’ Research
  • 15+ MCP Tools: Complete project management workflow
    automation
  • SQLite Database: Persistent storage with global project
    registry
  • Interactive CLI Dashboard: Terminal-based project
    navigation
  • Universal MCP Support: Works with Claude, Cursor, VS Code,
    Continue.dev, and more
  • Zero-config Setup: Ready to use with npx mcp-project-manager

πŸš€ Quick Start

# Install via NPX (recommended)
npx mcp-project-manager

# Or install globally
npm install -g mcp-project-manager

πŸ“‹ MCP Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "project-manager": {
      "command": "npx",
      "args": ["mcp-project-manager"]
    }
  }
}

πŸ“– Documentation

- docs/README.md
- docs/tools.md
- docs/prompts.md

πŸ› οΈ What's Included

- Project initialization and configuration
- Task creation with AI-powered breakdown
- Dependency tracking and smart workflow
- Progress monitoring with status management
- CLI dashboard for visual project overview

Perfect for developers using AI assistants who want structured,
hierarchical project management! 🎯