md4ai 0.13.1 → 0.13.2

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.
@@ -73,7 +73,7 @@ var CURRENT_VERSION;
73
73
  var init_check_update = __esm({
74
74
  "dist/check-update.js"() {
75
75
  "use strict";
76
- CURRENT_VERSION = true ? "0.13.1" : "0.0.0-dev";
76
+ CURRENT_VERSION = true ? "0.13.2" : "0.0.0-dev";
77
77
  }
78
78
  });
79
79
 
@@ -3307,6 +3307,7 @@ function isJwtError(error) {
3307
3307
  return msg.includes("jwt expired") || msg.includes("invalid jwt") || msg.includes("invalid token") || msg.includes("not authenticated") || msg.includes("invalid refresh_token");
3308
3308
  }
3309
3309
  async function mcpWatchCommand() {
3310
+ await autoCheckForUpdate();
3310
3311
  let { supabase, userId } = await getLongLivedClient();
3311
3312
  const deviceId = await resolveDeviceId(supabase, userId);
3312
3313
  const deviceName = detectDeviceName();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {