@mseep/mcp-taskmanager
Version:
Model Context Protocol server for Task Management
48 lines • 1.04 kB
JSON
{
"name": "@mseep/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",
"mseep",
"mcp-server"
],
"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": {
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.0",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"publisher": "mseep"
}