Enables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.
Enables task management through natural language: create tasks, list and filter them, and update their status. It uses SQLite for persistence and supports both local stdio and remote SSE transports.