md4ai 0.8.4 → 0.8.5

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.4" : "0.0.0-dev";
1265
+ CURRENT_VERSION = true ? "0.8.5" : "0.0.0-dev";
1266
1266
  }
1267
1267
  });
1268
1268
 
@@ -1792,10 +1792,10 @@ function buildRows(configs, httpResults, cdpStatus) {
1792
1792
  }
1793
1793
  return rows;
1794
1794
  }
1795
- function printTable(rows, deviceName) {
1795
+ function printTable(rows, deviceName, watcherPid) {
1796
1796
  process.stdout.write("\x1B[3J\x1B[2J\x1B[H");
1797
1797
  console.log(chalk18.bold.cyan(`
1798
- MCP Monitor \u2014 ${deviceName}`));
1798
+ MCP Monitor \u2014 ${deviceName}`) + chalk18.dim(` (PID ${watcherPid})`));
1799
1799
  console.log(chalk18.dim(` ${(/* @__PURE__ */ new Date()).toLocaleTimeString()} \xB7 refreshes every 30s \xB7 Ctrl+C to stop
1800
1800
  `));
1801
1801
  const runningLocal = rows.filter((r) => r.status === "running" && r.server_type !== "http");
@@ -1914,7 +1914,7 @@ async function mcpWatchCommand() {
1914
1914
  })));
1915
1915
  }
1916
1916
  await supabase.from("mcp_watchers").update({ last_heartbeat: now }).eq("device_id", deviceId).eq("pid", myPid);
1917
- printTable(rows, deviceName);
1917
+ printTable(rows, deviceName, myPid);
1918
1918
  }
1919
1919
  await cycle();
1920
1920
  let lastEnvHash = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {