@jmkim85/dev-flow-mcp
Version:
MCP-based Dev Flow - AI-powered development workflow management with 13 essential tools for TDD and context management
39 lines (38 loc) • 920 B
JSON
{
"current_task": null,
"current_stage": "analyze",
"context_files": [
"src/auth.py",
"src/models.py",
"tests/test_auth.py",
"README.md"
],
"checkpoints": [
{
"id": "1705312800000",
"task_id": "setup_project",
"stage": "complete",
"message": "Project structure created, dependencies installed",
"files": [
"package.json",
"src/",
"tests/",
"README.md"
],
"timestamp": "2024-01-15T10:00:00.000Z"
},
{
"id": "1705316400000",
"task_id": "implement_auth",
"stage": "write_tests",
"message": "Authentication tests written, covering login, logout, and token validation",
"files": [
"tests/test_auth.py"
],
"timestamp": "2024-01-15T11:00:00.000Z"
}
],
"mistakes": [],
"created_at": "2024-01-15T09:00:00.000Z",
"updated_at": "2024-01-15T11:00:00.000Z"
}