Skip to content

Ideon v0.9.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 22:43
v0.9.3
388002a

Added

  • Added MCP Server — Ideon now exposes a Model Context Protocol endpoint at POST /api/mcp (Streamable HTTP transport). AI agents from Claude Code, Cursor, or any MCP-compatible client can read and manipulate the canvas programmatically (See Guide).

Fixed

  • Fixed Vim editor showing empty content on collaborative NoteBlocks after page refresh. Edits made in Vim mode now persist correctly and remain visible across reloads #111.
  • Fixed file upload error handling crash when the server response is not valid JSON (e.g. proxy timeout, network interruption). The client now gracefully handles non-JSON error responses instead of throwing a SyntaxError #110.