@memoraone/mcp 0.1.26 → 0.1.27

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 CHANGED
@@ -30,7 +30,7 @@ var require_package = __commonJS({
30
30
  "package.json"(exports2, module2) {
31
31
  module2.exports = {
32
32
  name: "@memoraone/mcp",
33
- version: "0.1.26",
33
+ version: "0.1.27",
34
34
  type: "module",
35
35
  main: "dist/index.cjs",
36
36
  bin: {
package/dist/daemon.cjs CHANGED
@@ -1569,7 +1569,7 @@ function resolveHeartbeatIntervalMs() {
1569
1569
  return Number.isFinite(config2.heartbeatIntervalMs) ? Math.max(1e3, config2.heartbeatIntervalMs) : 3e4;
1570
1570
  }
1571
1571
  function isDaemonIdleShutdownAllowed() {
1572
- return !config2.heartbeatEnabled;
1572
+ return false;
1573
1573
  }
1574
1574
  async function sendProjectHeartbeat(client, ctx) {
1575
1575
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoraone/mcp",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {