Update sprint MCP tools for points, repo/project boards, needs_approval #32
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-mcp!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "11-update-sprint-mcp-tools-points-boards-column"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Expose the
pointsparameter onadd_sprint_itemandmove_sprint_item, addrepoandprojectas valid item types across all sprint tools, and addneeds_approvalas a valid column across all sprint tools.Changes
src/pal_e_docs_mcp/tools/sprints.py:pointsparameter (optional int, Fibonacci: 1/2/3/5/8) toadd_sprint_itemandmove_sprint_itemitem_typedescriptions to includerepoandproject(6 boards total)columndescriptions to includeneeds_approval(7 columns total)create_sprint,add_sprint_item,get_sprint_board,get_backlog,bulk_move_itemsto reflect expanded schemamove_sprint_itemnow passespointsto SDK using_UNSETsentinel for omitted valuesTest Plan
ruff checkandruff format --checkpass (confirmed)add_sprint_itemwithpoints=3on a sprint boardmove_sprint_itemwithpoints=5to update an item's pointsget_sprint_boardwithitem_type='repo'anditem_type='project'needs_approvalworks inadd_sprint_item,move_sprint_item,get_sprint_boardReview Checklist
ruff checkandruff formatpasspointsinadd_sprint_itemandupdate_sprint_item_UNSETused correctly forpointsinmove_sprint_item(omit vs clear)Related