UNPKG

@preks/aipm-mcp

Version:

MCP server for AIPM integration - connect your AIPM workspace to any MCP-compatible IDE or tool

61 lines (60 loc) 1.35 kB
{ "name": "@preks/aipm-mcp", "version": "1.0.1", "description": "MCP server for AIPM integration - connect your AIPM workspace to any MCP-compatible IDE or tool", "main": "dist/index.js", "type": "module", "bin": { "aipm-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist", "prepublishOnly": "npm run build", "postinstall": "node scripts/postinstall.js || true" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "dotenv": "^16.3.0", "zod": "^3.22.0", "chalk": "^5.3.0", "inquirer": "^9.2.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/inquirer": "^9.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "aipm", "cursor", "ai", "project-management", "task-management", "development-tools" ], "author": "AIPM Team", "license": "MIT", "homepage": "https://github.com/preks/aipm-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/preks/aipm-mcp.git" }, "bugs": { "url": "https://github.com/preks/aipm-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "scripts/", "README.md", "LICENSE" ] }