Add sync_board MCP tool #37
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#37
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?
Lineage
plan-pal-e-docs→ Phase 5b (Auto-Population) → 5b-1 stack completionRepo
forgejo_admin/pal-e-docs-mcpUser Story
As Betty Sue
I want a
sync_boardMCP toolSo that I can trigger board sync directly from my session without raw API calls
Context
PR #166 added
POST /boards/{slug}/syncto the pal-e-docs API. The SDK will getsync_board()in v0.4.0 (pal-e-docs-sdk #28). The MCP server needs a tool that wraps this SDK method. Also bump SDK dependency to >=0.4.0 and MCP version to 0.3.0.File Targets
Files to modify:
src/pal_e_docs_mcp/tools/boards.py— addsync_boardtool functionpyproject.toml— bump SDK dep to >=0.4.0, bump MCP version to 0.3.0Files NOT to touch:
src/pal_e_docs_mcp/server.py— no changes neededAcceptance Criteria
sync_board(board_slug="board-pal-e-docs")MCP tool calls SDKsync_board()and returns JSON resultTest Expectations
pytest tests/ -v(if existing tests exist)Constraints
tools/boards.py(useget_sdk(),_ok(),_error_response())get_sdk().sync_board(board_slug)— NOT raw HTTP helpersboard_slug: Annotated[str, Field(description="...")]Checklist
Related
plan-pal-e-docs— parent plan