Skip to content

Move-tasks discards additional tasks because of a duplicate uuid #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wizzat
Copy link

@wizzat wizzat commented Jun 12, 2025

All tasks in the moveTasks method shared a UUID4, which caused the server to ignore all tasks but the first. Use a new UUID4 for each task. Tested with todoist-mcp.

@wizzat
Copy link
Author

wizzat commented Jun 12, 2025

PS: Now that Claude supports integrations, I would love to see a remote todoist-mcp so that I don't have to run it locally :)

@scottlovegrove
Copy link
Contributor

@wizzat Thanks for the PR for this. There's a failing CI check due to a linting error, if you can get that resolved, we can look at getting this merged in 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants