Expand description
Todo list management tools.
Provides tools for reading and writing todo items.
Structs§
- Todo
- A single task item.
- Todo
Read Args - Arguments for reading todos (empty).
- Todo
Read Tool - Tool for reading the current todo list.
- Todo
State - Thread-safe shared state for todo list.
- Todo
Tools - Helper for creating paired todo tools with shared state.
- Todo
Write Args - Arguments for writing todos.
- Todo
Write Tool - Tool for writing/replacing the todo list.
Enums§
- Todo
Priority - Task priority level.
- Todo
Status - Task status.