md4ai 0.7.4 → 0.7.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.
- package/dist/index.bundled.js +7 -1
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -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.
|
|
1235
|
+
CURRENT_VERSION = true ? "0.7.5" : "0.0.0-dev";
|
|
1236
1236
|
}
|
|
1237
1237
|
});
|
|
1238
1238
|
|
|
@@ -1769,6 +1769,12 @@ async function mcpWatchCommand() {
|
|
|
1769
1769
|
const myPid = process.pid;
|
|
1770
1770
|
const myTty = detectTty();
|
|
1771
1771
|
console.log(chalk18.blue(`Starting MCP monitor for ${deviceName}...`));
|
|
1772
|
+
console.log("");
|
|
1773
|
+
console.log(chalk18.dim(" View this in the online dashboard at:"));
|
|
1774
|
+
console.log(chalk18.cyan(` https://www.md4ai.com/device/${deviceId}`));
|
|
1775
|
+
console.log("");
|
|
1776
|
+
console.log(chalk18.yellow(" Please note, closing this window will stop ALL watch reports."));
|
|
1777
|
+
console.log("");
|
|
1772
1778
|
await supabase.from("mcp_watchers").upsert({
|
|
1773
1779
|
device_id: deviceId,
|
|
1774
1780
|
pid: myPid,
|