Skip to content

Tags: hugows/mcp-todoist

Tags

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 greirson#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

v0.5.3

Toggle v0.5.3's commit message
Version 0.5.3: Fix API response handling

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
Bump version to 0.5.2 for deadline fixes

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
Remove postversion git push to fix CI release workflow

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
greirson Greirson Lee-Thorp
Fix repository URLs in package.json for NPM provenance