Skip to content

Changelog

[Unreleased]

[0.1.1] - 2026-08-19

Changed

  • First release published through the tag-driven pipeline (npm Trusted Publishing with provenance, GHCR multi-arch image, MCP registry entry). Functionally identical to 0.1.0.

[0.1.0] - 2026-08-19

Added

  • Initial release: MCP server for Rustpad, the self-hosted collaborative text editor. Read tools (get_document, get_document_info, get_stats) over HTTP and the collaboration WebSocket; write tools (create_document, set_document, append_to_document, replace_in_document, set_language) speak Rustpad's operational-transformation protocol, so targeted edits leave concurrent edits elsewhere in the pad intact.

Released under the MIT License.