package.json•547 B
{
"name": "tasks-md-mcp",
"version": "1.0.0",
"description": "Model Context Protocol (MCP) server for markdown-based task management with Claude",
"main": "index.js",
"type": "module",
"scripts": {
"start": "mcp-tasks",
"refresh-status": "./scripts/refresh-status.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"tasks",
"markdown",
"claude",
"task-management",
"ai"
],
"author": "",
"license": "MIT",
"dependencies": {
"mcp-tasks": "^1.6.1"
}
}