From 45ea1e21f91e02f03013a2e6c9eb8eaf28827dea Mon Sep 17 00:00:00 2001 From: cliffhall Date: Sat, 13 Dec 2025 15:18:15 -0500 Subject: [PATCH] Update doc in tools/toggle-subscriber-updates.ts --- src/everything/tools/toggle-subscriber-updates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/tools/toggle-subscriber-updates.ts b/src/everything/tools/toggle-subscriber-updates.ts index a57cd7ce..427330c5 100644 --- a/src/everything/tools/toggle-subscriber-updates.ts +++ b/src/everything/tools/toggle-subscriber-updates.ts @@ -19,7 +19,7 @@ const clients: Set = new Set(); /** * Registers the `toggle-subscriber-updates` tool with the provided MCP server. * - * The registered tool toggles the state of the updates based on whether the session is already active. + * The registered tool toggles the state of the simulated resource update mechanism for the client. * - When enabled, the simulated resource updates are sent to the client at a regular interval. * - When disabled, updates are stopped for the session. *