rework-mcp-server
Version:
Rework MCP Server - Integrate rework tasks with AI through Model Context Protocol
74 lines (73 loc) • 1.72 kB
JSON
{
"name": "rework-mcp-server",
"version": "1.1.5",
"description": "Rework MCP Server - Integrate rework tasks with AI through Model Context Protocol",
"type": "module",
"main": "build/index.js",
"bin": "build/index.js",
"files": [
"build",
"README.md",
"LICENSE",
"Dockerfile",
"smithery.yaml"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"dev": "tsc -w",
"prepare": "npm run build"
},
"keywords": [
"rework",
"mcp",
"ai",
"tasks",
"project-management",
"model-context-protocol",
"rework-server",
"rework-mcp-server",
"task-management",
"productivity",
"automation",
"workflow",
"team-collaboration",
"artificial-intelligence",
"project-tracking",
"task-tracking",
"project-planning",
"rework-integration",
"rework-api",
"rework-automation",
"task-organization",
"project-organization"
],
"author": "Talib Kareem",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rework-com/rework-mcp-server.git"
},
"bugs": {
"url": "https://github.com/rework-com/rework-mcp-server/issues"
},
"homepage": "https://github.com/rework-com/rework-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.3",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"express": "^5.1.0",
"zod": "^3.25.48"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0 <24.0.0"
},
"publishConfig": {
"access": "public"
}
}