@memoraone/mcp 0.1.13 → 0.1.14
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/cli.cjs +1 -1
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -545,7 +545,7 @@ async function sendHeartbeat(client) {
|
|
|
545
545
|
try {
|
|
546
546
|
await client.post("/admin/api-keys/heartbeat", {}, { log: false });
|
|
547
547
|
} catch (err) {
|
|
548
|
-
console.
|
|
548
|
+
console.error("[memoraone-mcp] heartbeat error (silent)", err);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
function redactSensitiveFields(obj) {
|
package/dist/index.cjs
CHANGED
|
@@ -545,7 +545,7 @@ async function sendHeartbeat(client) {
|
|
|
545
545
|
try {
|
|
546
546
|
await client.post("/admin/api-keys/heartbeat", {}, { log: false });
|
|
547
547
|
} catch (err) {
|
|
548
|
-
console.
|
|
548
|
+
console.error("[memoraone-mcp] heartbeat error (silent)", err);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
function redactSensitiveFields(obj) {
|