md4ai 0.8.2 → 0.8.3

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.
@@ -1262,7 +1262,7 @@ var CURRENT_VERSION;
1262
1262
  var init_check_update = __esm({
1263
1263
  "dist/check-update.js"() {
1264
1264
  "use strict";
1265
- CURRENT_VERSION = true ? "0.8.2" : "0.0.0-dev";
1265
+ CURRENT_VERSION = true ? "0.8.3" : "0.0.0-dev";
1266
1266
  }
1267
1267
  });
1268
1268
 
@@ -1862,7 +1862,7 @@ async function mcpWatchCommand() {
1862
1862
  await new Promise((r) => setTimeout(r, 1e3));
1863
1863
  console.log(chalk18.dim(" Previous watcher stopped.\n"));
1864
1864
  }
1865
- process.stdout.write(`\x1B]0;${deviceName} MCP Monitor\x07`);
1865
+ process.stdout.write(`\x1B]0;MCP mon\x07`);
1866
1866
  console.log(chalk18.blue(`Starting MCP monitor for ${deviceName}...`));
1867
1867
  console.log("");
1868
1868
  console.log(chalk18.dim(" View this in the online dashboard at:"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {