MCP TaskManager

by Rudra-ravi
Verified
{ "name": "@kazuph/mcp-taskmanager", "version": "1.0.2", "description": "Model Context Protocol server for Task Management", "author": "kazuph (https://x.com/kazuph)", "main": "dist/index.js", "type": "module", "bin": { "mcp-taskmanager": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/kazuph/mcp-taskmanager.git" }, "keywords": [ "taskmanager", "mcp", "claude" ], "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "chalk": "^5.3.0", "glob": "^10.3.10", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250311.0", "@types/json-schema": "^7.0.15", "@types/node": "^20.11.0", "shx": "^0.3.4", "typescript": "^5.3.3", "wrangler": "^3.114.1" } }