Update sprint MCP tools for labels param + todo item_type #12
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#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Plan
todo-sprint-item-labels-and-todo-type-- MCP tool counterpart to pal-e-docs #70Repo
forgejo_admin/pal-e-docs-mcpUser Story
As Betty Sue
I want
add_sprint_itemandmove_sprint_itemMCP tools to support alabelsparameter andtodoas a validitem_typeSo that I can classify sprint items and track ad-hoc work via MCP
Context
The pal-e-docs backend (issue #70) is adding a
labelscolumn to sprint items andtodoas a new item_type. The MCP tools need to expose these new capabilities so Betty Sue can use them. This PR deploys after the backend PR.File Targets
Files the agent should modify:
src/pal_e_docs_mcp/tools/sprints.py-- add labels param to add/move tools, update item_type descriptionsFiles the agent should NOT touch:
Acceptance Criteria
add_sprint_itemaccepts optionallabels: str | Noneparam with Field descriptionmove_sprint_itemaccepts optionallabels: str | Noneparam with Field descriptionitem_typeField descriptions include'todo'as a valid valueget_sprint_boarddescription mentions todo boardTest Expectations
Constraints
"Comma-separated labels, e.g. 'type:bug,scope:unplanned'"Checklist
Related
project-pal-e-sprints-- sprint management project