sensorium-mcp 2.16.1 → 2.16.2

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.
@@ -179,7 +179,7 @@ async function handleHibernate(args, ctx, extra) {
179
179
  type: "text",
180
180
  text: `⚠️ **Server update pending** (${maintenanceInfo}). ` +
181
181
  `The MCP server will restart shortly. Use Desktop Commander to run: ` +
182
- `Start-Sleep -Seconds 300 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
182
+ `Start-Sleep -Seconds 600 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
183
183
  getShortReminder(effectiveThreadId),
184
184
  }],
185
185
  };
@@ -57,7 +57,7 @@ export async function handleWaitForInstructions(args, ctx, extra) {
57
57
  type: "text",
58
58
  text: `⚠️ **Server update pending** (${maintenanceInfo}). ` +
59
59
  `The MCP server will restart shortly. Use Desktop Commander to run: ` +
60
- `Start-Sleep -Seconds 300 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
60
+ `Start-Sleep -Seconds 600 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
61
61
  getShortReminder(effectiveThreadId, state.sessionStartedAt),
62
62
  }],
63
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sensorium-mcp",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "description": "MCP server for remote control of AI assistants via Telegram",
5
5
  "main": "dist/index.js",
6
6
  "bin": {