Update doc in tools/toggle-subscriber-updates.ts

This commit is contained in:
cliffhall
2025-12-13 15:07:13 -05:00
parent cb5f70cf20
commit 299aae2f4b

View File

@@ -18,8 +18,6 @@ const clients: Set<string | undefined> = new Set<string | undefined>();
/**
* 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.