md4ai 0.7.4 → 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.
- package/dist/index.bundled.js +8 -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.6" : "0.0.0-dev";
|
|
1236
1236
|
}
|
|
1237
1237
|
});
|
|
1238
1238
|
|
|
@@ -1768,7 +1768,14 @@ 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}...`));
|
|
1773
|
+
console.log("");
|
|
1774
|
+
console.log(chalk18.dim(" View this in the online dashboard at:"));
|
|
1775
|
+
console.log(chalk18.cyan(` https://www.md4ai.com/device/${deviceId}`));
|
|
1776
|
+
console.log("");
|
|
1777
|
+
console.log(chalk18.yellow(" Please note, closing this window will stop ALL watch reports."));
|
|
1778
|
+
console.log("");
|
|
1772
1779
|
await supabase.from("mcp_watchers").upsert({
|
|
1773
1780
|
device_id: deviceId,
|
|
1774
1781
|
pid: myPid,
|