cursor-history-mcp 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -9336,7 +9336,7 @@ var nodeSqliteDriver = {
9336
9336
  async isAvailable() {
9337
9337
  try {
9338
9338
  if (!nodeSqliteModule) {
9339
- const module2 = await import("sqlite");
9339
+ const module2 = await import("node:sqlite");
9340
9340
  nodeSqliteModule = module2;
9341
9341
  }
9342
9342
  debugLog("node:sqlite is available");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-history-mcp",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "MCP server for browsing, searching, and exporting Cursor AI chat history",
5
5
  "repository": {
6
6
  "type": "git",