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
|
|
182
|
+
`Start-Sleep -Seconds 600 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
|
|
183
183
|
getShortReminder(effectiveThreadId),
|
|
184
184
|
}],
|
|
185
185
|
};
|
package/dist/tools/wait-tool.js
CHANGED
|
@@ -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
|
|
60
|
+
`Start-Sleep -Seconds 600 — then call start_session with threadId=${effectiveThreadId} to reconnect.` +
|
|
61
61
|
getShortReminder(effectiveThreadId, state.sessionStartedAt),
|
|
62
62
|
}],
|
|
63
63
|
};
|