From 299aae2f4b5f309a0cc5a89deb32f1f32c15b694 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Sat, 13 Dec 2025 15:07:13 -0500 Subject: [PATCH] Update doc in tools/toggle-subscriber-updates.ts --- src/everything/tools/toggle-subscriber-updates.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/everything/tools/toggle-subscriber-updates.ts b/src/everything/tools/toggle-subscriber-updates.ts index 44772351..a57cd7ce 100644 --- a/src/everything/tools/toggle-subscriber-updates.ts +++ b/src/everything/tools/toggle-subscriber-updates.ts @@ -18,8 +18,6 @@ const clients: Set = new Set(); /** * Registers the `toggle-subscriber-updates` tool with the provided MCP server. - * This tool enables or disables simulated resource update notifications for a client. - * * * The registered tool toggles the state of the updates based on whether the session is already active. * - When enabled, the simulated resource updates are sent to the client at a regular interval.