- Ungate write tools (create/update/update_meta) from dev/canary env flag; now available in all environments with READ_WRITE credentials - Add list_documents: root-doc snapshot based listing with permission filter, pagination and title fallback parsing for unmerged docs - Add get_workspace_info: workspace name and member count - Add get_users: searchable member list (id/name/email/avatar/role) - Add get_comments / create_comment: comment roundtrip via CommentModel gated by Doc.Comments.Create permission - Enable READ_WRITE credential creation in all environments (resolver) - Bump MCP server version to 1.1.0 - Extend copilot e2e tests: full toolset assertions, doc/comment roundtrip over HTTP, read-only isolation
Server
Get started
Install dependencies
yarn
Build Native binding
yarn affine @affine/server-native build
Run server
yarn dev
now you can access the server GraphQL endpoint at http://localhost:3000/graphql