Your App Should Ship an MCP Server
A developer building a native desktop editor for fiction writers embedded a full MCP server inside the application binary to enable AI agents to drive the app programmatically, solving the problem of …
A developer building a native desktop editor for fiction writers embedded a full MCP server inside the application binary to enable AI agents to drive the app programmatically, solving the problem of …
A developer wired an LLM as a first-class Yjs peer using y-prosemirror and the standard awareness protocol, demonstrating that AI agents break three silent assumptions in collaboration stacks: through…
Kadhir Mani argues that Conflict-free Replicated Data Types (CRDTs) are insufficient for collaborative editing when AI agents are involved, because CRDTs guarantee convergence but not coordination. Th…
Explaining how to build a real-time collaborative whiteboard, similar to Excalidraw, using Next.js, HTML5 Canvas, and the Velt collaboration SDK. It details using Velt's MCP (Model Context Protocol) a…