sensorium-mcp 2.16.33 → 2.16.34
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
|
|
189
|
+
`Start-Sleep -Seconds 180 — 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
|
|
72
|
+
`Start-Sleep -Seconds 180 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
|
|
73
73
|
getShortReminder(effectiveThreadId, state.sessionStartedAt),
|
|
74
74
|
}],
|
|
75
75
|
};
|