sensorium-mcp 2.16.34 → 2.16.35

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.
@@ -186,7 +186,7 @@ async function handleHibernate(args, ctx, extra) {
186
186
  type: "text",
187
187
  text: `⚠️ **Server update pending** (${maintenanceInfo}). ` +
188
188
  `The MCP server will restart shortly. Use Desktop Commander to run: ` +
189
- `Start-Sleep -Seconds 180 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
189
+ `Start-Sleep -Seconds 300 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
190
190
  getShortReminder(effectiveThreadId),
191
191
  }],
192
192
  };
@@ -69,7 +69,7 @@ export async function handleWaitForInstructions(args, ctx, extra) {
69
69
  type: "text",
70
70
  text: `⚠️ **Server update pending** (${maintenanceInfo}). ` +
71
71
  `The MCP server will restart shortly. Use Desktop Commander to run: ` +
72
- `Start-Sleep -Seconds 180 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
72
+ `Start-Sleep -Seconds 300 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
73
73
  getShortReminder(effectiveThreadId, state.sessionStartedAt),
74
74
  }],
75
75
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sensorium-mcp",
3
- "version": "2.16.34",
3
+ "version": "2.16.35",
4
4
  "description": "MCP server for remote control of AI assistants via Telegram",
5
5
  "main": "dist/index.js",
6
6
  "bin": {