docs: update board tool descriptions for board-as-note #49
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!49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "48-board-as-note"
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
Update MCP board tool docstrings to reflect that boards are now notes with note_type="board". Board slugs are note slugs. No tool signature changes -- the API contract is the same, just additive fields (note_id on BoardOut, board_note_id on BoardItemOut).
Changes
src/pal_e_docs_mcp/tools/boards.py-- Updated module docstring and 6 tool docstrings to reference board notes and note slugsTest Plan
pytest tests/ -v)Related