@absolutejs/sync 1.7.7 → 1.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * `@absolutejs/sync/mcp` — MCP server bindings for a {@link SyncEngine}.
3
+ * Surfaces the engine's read + mutate APIs as MCP tools that Claude
4
+ * Code / Cursor / any MCP client can call directly.
5
+ *
6
+ * The MCP SDK (`@modelcontextprotocol/sdk`) is an OPTIONAL peer; this
7
+ * subpath module loads it lazily so apps that don't use MCP pay
8
+ * nothing.
9
+ */
10
+ export { createSyncMcpServer, serveStdio, type SyncMcpServer, type SyncMcpServerOptions } from './server';