package.json•1.5 kB
{
"name": "@disrex/plane-mcp-server",
"version": "0.4.5",
"description": "Comprehensive MCP Server for Plane with 76 project management tools including custom properties, sub-issues, relations, and transfer operations",
"license": "MIT",
"author": "Disrex Group",
"homepage": "https://github.com/disrex-group/plane-mcp-server",
"bugs": "https://github.com/disrex-group/plane-mcp-server/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/disrex-group/plane-mcp-server.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"plane",
"project-management",
"api",
"claude",
"llm",
"ai",
"sprint",
"cycle",
"labels",
"states",
"comments",
"attachments",
"time-tracking",
"worklogs",
"issue-types",
"intake",
"links",
"custom-properties",
"sub-issues",
"relations",
"transfer"
],
"type": "module",
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"typescript": "^5.8.2",
"shx": "^0.3.4",
"@types/node": "^20.11.0"
},
"bin": {
"plane-mcp-server": "dist/index.js"
},
"main": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
}
}