md4ai 0.8.8 → 0.8.9
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 +2 -2
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -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.
|
|
1265
|
+
CURRENT_VERSION = true ? "0.8.9" : "0.0.0-dev";
|
|
1266
1266
|
}
|
|
1267
1267
|
});
|
|
1268
1268
|
|
|
@@ -1803,7 +1803,7 @@ function buildRows(configs, httpResults, cdpStatus) {
|
|
|
1803
1803
|
function printTable(rows, deviceName, watcherPid) {
|
|
1804
1804
|
process.stdout.write("\x1B[3J\x1B[2J\x1B[H");
|
|
1805
1805
|
console.log(chalk18.bold.cyan(`
|
|
1806
|
-
MCP Monitor \u2014 ${deviceName}`) + chalk18.dim(` (PID ${watcherPid})`));
|
|
1806
|
+
MCP Monitor v${CURRENT_VERSION} \u2014 ${deviceName}`) + chalk18.dim(` (PID ${watcherPid})`));
|
|
1807
1807
|
console.log(chalk18.dim(` ${(/* @__PURE__ */ new Date()).toLocaleTimeString()} \xB7 refreshes every 30s \xB7 Ctrl+C to stop
|
|
1808
1808
|
`));
|
|
1809
1809
|
const runningLocal = rows.filter((r) => r.status === "running" && r.server_type !== "http");
|