Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: greirson/mcp-todoist

Tags

v0.8.8

Toggle v0.8.8's commit message
Release v0.8.8

- Fixed hierarchy parent display (Issue #37)
- Fixed label filter inconsistency (Issue #35)
- Added comprehensive dry-run mode
- Enhanced bulk operations with validation

See CHANGELOG.md for full details

v0.8.7

Toggle v0.8.7's commit message
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.

v0.8.6

Toggle v0.8.6's commit message
Release v0.8.6

v0.8.5

Toggle v0.8.5's commit message
fix: resolve TypeScript issues in task-filter tests for deployment

v0.8.4

Toggle v0.8.4's commit message
Release v0.8.4: Fix parameter format compatibility between MCP and To…

…doist SDK

v0.8.3

Toggle v0.8.3's commit message
Release v0.8.3 - Project name resolution in bulk updates

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
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

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
style: fix prettier formatting in test-handlers

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
chore: release v0.7.0

- Update version to 0.7.0 in package.json
- Add comprehensive v0.7.0 release notes to CHANGELOG.md
- Mark Code Quality Improvement Phase as completed in CLAUDE.md

v0.6.0

Toggle v0.6.0's commit message
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