@aipmanager/project-manager-mcp
Version:
MCP for the Project Manager Agent, providing full control over projects, phases, and tasks.
38 lines • 1.05 kB
JSON
{
"name": "@aipmanager/project-manager-mcp",
"version": "1.0.2",
"description": "MCP for the Project Manager Agent, providing full control over projects, phases, and tasks.",
"author": "Your Name or Organization",
"license": "ISC",
"main": "dist/index.js",
"bin": {
"project-manager-mcp": "./dist/index.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/your-repo/ai-project-manager.git",
"directory": "mcps/project-manager-mcp"
},
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aipm",
"mcp",
"project-manager"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"@types/node": "^24.1.0",
"axios": "^1.6.7",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"zod": "^3.25.76"
}
}