v0.2.0
First GitHub release. Grows the server from 30 to 68 tools, all live-verified against AppFlowy Cloud.
New tool categories
- Search:
appflowy_search— workspace full-text search - Workspace management: create/update/delete/leave workspace, settings, storage usage
- Members & invitations: list/update/remove members, invite, list/accept invitations
- Pages: duplicate page, recent list, restore-all / empty trash
- Publishing: publish/unpublish pages, publish namespace get/set, list published views (with folder-walk fallback for older server deployments)
- Quick notes: full CRUD with plain-text convenience
- Database: create field (8 field types)
- User & files: get profile, upload file to AppFlowy storage
- AI chat: create/delete chat, settings, message history, and
appflowy_chat_ask— ask the workspace AI a question and wait for the answer (non-streaming), with optionalrag_idspage context
Fixes
- Markdown import no longer emits empty paragraph blocks for blank lines (imported docs were littered with blank lines); covered by new offline tests
- AppFlowy business errors returned as HTTP 200 with a non-zero envelope code (e.g. workspace limit) are now surfaced as errors instead of passing through silently
- Endpoints taking top-level JSON array bodies (remove members, invite) are now supported
Install
uvx appflowy-mcp