diff --git a/README.md b/README.md index 22df69f..c69e2ad 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ This fork extends [yctimlin/mcp_excalidraw](https://github.com/yctimlin/mcp_exca ## What's New -### v3.0 — This Fork (Persistence & Multi-Tenancy) +### v1.0 — This Fork (Persistence & Multi-Tenancy) - **SQLite persistence**: Elements, projects, tenants, snapshots, and element versions stored in `~/.excalidraw-mcp/excalidraw.db` with WAL mode and `busy_timeout` for multi-process safety - **Multi-tenancy**: Each workspace gets an isolated canvas. Tenant auto-detected from workspace path via `server.listRoots()`. UI dropdown with search for switching workspaces diff --git a/package.json b/package.json index e830186..75dc3da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanjibdevnath/mcp-excalidraw-local", - "version": "3.0.0", + "version": "1.0.0", "description": "Fully local MCP server for Excalidraw with SQLite persistence, multi-tenancy, auto-sync, real-time canvas, and 32 tools", "main": "dist/index.js", "type": "module",