A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
Cria uma nova lista de tarefas. Parâmetros: title (string), description (opcional string)
Adiciona uma nova tarefa a uma lista existente. Parâmetros: listTitle (string), taskTitle (string), priority (string), dueDate (string), tags (array of strings)
Lista todas as listas de tarefas.
Exibe os detalhes de uma lista específica. Parâmetros: listTitle (string)
Marca uma tarefa como concluída. Parâmetros: listTitle (string), taskTitle (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs