task-manager-1 / tasks.json
Vignesh19's picture
Add MCP task manager server with Gradio interface
3b28b41
Raw
History Blame Contribute Delete
1.66 kB
{
"tasks": {
"1": {
"id": 1,
"title": "Learn MCP development",
"description": "Study Model Context Protocol",
"status": "in_progress",
"priority": "high",
"tags": [
"learning",
"mcp"
],
"created_at": "2025-12-16T01:47:25.373667",
"updated_at": "2025-12-16T01:47:25.375669",
"due_date": null,
"completed_at": null
},
"2": {
"id": 2,
"title": "Build a web app",
"description": "Create a task management web interface",
"status": "completed",
"priority": "medium",
"tags": [
"web",
"frontend"
],
"created_at": "2025-12-16T01:47:25.374668",
"updated_at": "2025-12-16T01:47:25.376669",
"due_date": "2024-12-25",
"completed_at": "2025-12-16T01:47:25.376669"
},
"3": {
"id": 3,
"title": "Write documentation",
"description": "Document the MCP server",
"status": "pending",
"priority": "low",
"tags": [
"docs"
],
"created_at": "2025-12-16T01:47:25.374668",
"updated_at": "2025-12-16T01:47:25.374668",
"due_date": null,
"completed_at": null
},
"4": {
"id": 4,
"title": "Learn React",
"description": "Study React fundamentals, components, hooks, and state management",
"status": "pending",
"priority": "high",
"tags": [
"frontend",
"react",
"learning"
],
"created_at": "2025-12-16T01:53:44.607322",
"updated_at": "2025-12-16T01:53:44.607322",
"due_date": null,
"completed_at": null
}
},
"next_id": 5
}