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. *