Releases: croffasia/mcp-project-manager
Releases Β· croffasia/mcp-project-manager
v0.2.0
Changes
- MCP tools return structured JSON with
result,status,
guidancefields - 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
π§ 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
π 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! π―