Update sprint MCP tools for repo/project boards + needs_approval column #10
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#10
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
plan-2026-03-01-pal-e-sprints-- Sprint system expansion (MCP side)Repo
forgejo_admin/pal-e-docs-mcpUser Story
As Betty Sue (main session agent)
I want the sprint MCP tools to accept the new item_types (repo, project) and column (needs_approval)
So that I can manage all five sprint boards and the full seven-column workflow via MCP
Context
pal-e-docs issue #66 adds
repoandprojectitem_types plusneeds_approvalcolumn to the API. The MCP tools need their descriptions and validation updated to match.The API itself is generic — it already passes item_type and column through to the API. The changes here are primarily tool description updates so agents know the new options exist, plus any client-side validation that restricts values.
File Targets
Files the agent should modify:
src/pal_e_docs_mcp/tools/sprints.py(or wherever sprint tools are defined) -- Update tool descriptions to list all five item_types and seven columns. Update any Literal/enum validation on the client side.Files the agent should NOT touch:
Acceptance Criteria
add_sprint_itemtool description listsrepoandprojectas valid item_typesget_sprint_boardtool description listsrepoandprojectas valid item_typesmove_sprint_itemtool description listsneeds_approvalas a valid columnadd_sprint_itemtool description listsneeds_approvalas a valid columnTest Expectations
pytestor manual MCP tool invocation testConstraints
Checklist
Related
project-pal-e-sprints-- project this affects