feat: add worklog create/update/delete MCP tools#17
Merged
igorcoding merged 2 commits intoaikts:mainfrom Jan 30, 2026
Merged
Conversation
Add MCP tools and client support for worklog create/update/delete.
- MCP: issue_add_worklog, issue_update_worklog, issue_delete_worklog
- Client: POST/PATCH/DELETE /v3/issues/{issue}/worklog endpoints
- Docs/manifest updated
- Tests added (client + MCP)
971644b to
48bc927
Compare
Member
|
look good, thanks! Can you please fix Lint and formatting issues and I'll merge this |
Remove trailing newlines, apply ruff formatting, and avoid assigning return value from issue_delete_worklog (returns None).
Member
|
Thank you! released under 0.6.2! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds MCP write tools to manage Yandex Tracker worklogs.
Changes
issue_add_worklogtool to log spent time (POST/v3/issues/{issue}/worklog).issue_update_worklogtool to edit worklog entries (PATCH/v3/issues/{issue}/worklog/{id}).issue_delete_worklogtool to remove worklog entries (DELETE/v3/issues/{issue}/worklog/{id}).manifest.jsonand docs (EN/RU).Notes
PT4H).startaccepts datetime; if tz is omitted, UTC is assumed.