{ "name": "mcp-shrimp-task-manager", "version": "1.0.6", "description": "Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems", "main": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/cjo4m06/mcp-shrimp-task-manager" }, "bugs": { "url": "https://github.com/cjo4m06/mcp-shrimp-task-manager/issues" }, "homepage": "https://cjo4m06.github.io/mcp-shrimp-task-manager", "bin": { "mcp-shrimp-task-manager": "./dist/index.js" }, "scripts": { "build": "tsc && node scripts/add-shebang.js", "dev": "ts-node src/index.ts", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "task-manager", "agent", "workflow" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "dotenv": "^16.5.0", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.8.2", "@types/uuid": "^9.0.6", "ts-node": "^10.9.2", "typescript": "^5.2.2" } }