UNPKG

mini-todo-list-mcp

Version:

A streamlined Model Context Protocol (MCP) server for todo management with essential CRUD operations, bulk functionality, and workflow support

58 lines (57 loc) 1.5 kB
{ "name": "mini-todo-list-mcp", "version": "1.0.13", "description": "A streamlined Model Context Protocol (MCP) server for todo management with essential CRUD operations, bulk functionality, and workflow support", "type": "module", "main": "dist/index.js", "bin": { "mini-todo-list-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "jest --ci --coverage --watchAll=false", "prepack": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "todo", "task-management", "claude", "ai-assistant", "productivity", "workflow", "sqlite", "typescript", "bulk-operations", "file-processing" ], "author": "Mini Todo MCP", "repository": { "type": "git", "url": "https://github.com/ChrisColeTech/mini-todo-list-mcp.git" }, "bugs": { "url": "https://github.com/ChrisColeTech/mini-todo-list-mcp/issues" }, "homepage": "https://github.com/ChrisColeTech/mini-todo-list-mcp#readme", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "better-sqlite3": "^11.7.0", "zod": "^3.24.1" }, "devDependencies": { "@types/better-sqlite3": "^7.6.12", "@types/jest": "^29.5.8", "@types/node": "^22.10.2", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.7.2" } }