Tags: greirson/mcp-todoist
Tags
Release v0.8.7: Task search functionality fixes - Task name search parameter for finding tasks by content - Enhanced error messages for filter parameter - Filter parameter 400 errors with helpful guidance - Task search functionality restored See CHANGELOG.md for full details.
feat: include task IDs in all operation outputs and add ID-based quer… …ying (fixes #13) - Update formatTaskForDisplay to show task IDs: "- Task content (ID: 123456)" - Include IDs in task creation, bulk operations, and subtask responses - Add task_id parameter to todoist_task_get, update, delete, and complete tools - Enhance task hierarchy display with IDs - Add priority and limit parameters to todoist_task_get for better filtering - Maintain consistent ID format across all outputs - Make task_name optional in CRUD operations (either task_id or task_name required) - Update tool descriptions and error messages for ID-based operations
chore: release v0.6.0 - add comprehensive testing infrastructure - new test tools: todoist_test_connection, todoist_test_all_features, todoist_test_performance - fix API response handling for multiple formats - add integration test suite with proper environment variable handling - add development PRD documentation - fix linting issues and improve type safety
PreviousNext