Skip to content

Commit 376bc6b

Browse files
bricefclaude
andcommitted
Add MCP integration test, due dates, backup, and admin items to TODO
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6fe2713 commit 376bc6b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

TODO.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ Outstanding tasks and known issues. See [docs/plans/active/](docs/plans/active/)
1717

1818
See also [TUI improvements plan](docs/plans/active/2026-03-31-tui-improvements.md) for page scrolling, searchable selectors, @me shortcut, and take action.
1919

20+
## MCP
21+
22+
- [ ] Integration test with a real MCP client (Claude Code) — pipe tests pass but protocol-level issues may only surface with a real agent
23+
- [ ] Rate limiting awareness — MCP agents making rapid tool calls could overwhelm the server; consider backpressure or advisory rate info in tool responses
24+
25+
## API
26+
27+
- [ ] Due date filtering: `--overdue` filter and sort support (field exists on Task but isn't queryable)
28+
- [ ] Due date visual indicator in TUI kanban (e.g. red highlight for past-due tasks)
29+
- [ ] Backup/restore: `taskflow admin backup` command (SQLite makes this easy but no tooling exists)
30+
31+
## Admin
32+
33+
- [ ] Webhook management from TUI (admin users currently need CLI or API)
34+
2035
## Done
2136

2237
- [x] MCP server with auto-derived tools, resources, notifications, whoami, task_ref

0 commit comments

Comments
 (0)