Skip to content

v0.4.1

Choose a tag to compare

@weironz weironz released this 07 Jun 04:19
· 3 commits to main since this release

The CLI is now a standalone PyPI package: appflowy-cli.

uvx appflowy-cli workspaces
uvx appflowy-cli export-workspace <workspace-id> -o ./backup
  • appflowy-cli is a thin wrapper that depends on appflowy-mcp (where all implementation lives) and exposes the appflowy-cli command — no more uvx --from appflowy-mcp appflowy
  • The parasitic appflowy entry point is removed from appflowy-mcp (which now only ships the appflowy-mcp MCP server command)
  • Development: python -m appflowy_mcp.cli

No MCP tool changes (still 73 tools).