md4ai 0.7.5 → 0.7.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.
@@ -1232,7 +1232,7 @@ var CURRENT_VERSION;
1232
1232
  var init_check_update = __esm({
1233
1233
  "dist/check-update.js"() {
1234
1234
  "use strict";
1235
- CURRENT_VERSION = true ? "0.7.5" : "0.0.0-dev";
1235
+ CURRENT_VERSION = true ? "0.7.6" : "0.0.0-dev";
1236
1236
  }
1237
1237
  });
1238
1238
 
@@ -1768,6 +1768,7 @@ async function mcpWatchCommand() {
1768
1768
  const deviceName = detectDeviceName();
1769
1769
  const myPid = process.pid;
1770
1770
  const myTty = detectTty();
1771
+ process.stdout.write(`\x1B]0;${deviceName} MCP Monitor\x07`);
1771
1772
  console.log(chalk18.blue(`Starting MCP monitor for ${deviceName}...`));
1772
1773
  console.log("");
1773
1774
  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.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {