Skip to content

v0.2.2

Choose a tag to compare

@weironz weironz released this 07 Jun 03:19
· 6 commits to main since this release

Adds page-ordering tools (68 -> 70 tools).

  • appflowy_reorder_pages — reorder all direct children of a space or page in one call. AppFlowy has no bulk-sort endpoint, so this chains the per-page move endpoint (prev_view_id): pass an explicit page_ids order, or sort_by one of name / created_at / last_edited_time with optional descending. Pages already in place are skipped.
  • appflowy_reorder_favorite — reorder a page within the favorites list (wraps page-view/{view_id}/reorder-favorite).

Live-verified against AppFlowy Cloud: sort by name (server-confirmed), explicit partial order, descending, no-op short-circuit, favorites reorder.

Install

uvx appflowy-mcp