memorix 1.2.9 → 1.2.10

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.
package/dist/index.js CHANGED
@@ -28231,7 +28231,7 @@ The path should point to a directory containing a .git folder.`
28231
28231
  };
28232
28232
  const server = existingServer ?? new McpServer({
28233
28233
  name: "memorix",
28234
- version: true ? "1.2.9" : "1.0.1"
28234
+ version: true ? "1.2.10" : "1.0.1"
28235
28235
  });
28236
28236
  const originalRegisterTool = server.registerTool.bind(server);
28237
28237
  server.registerTool = ((name, ...args) => {