mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 00:33:22 +02:00
[WIP] Refactor everything server to be more modular and use recommended APIs.
* Added git-tiny-image.ts - registers a tool that returns a tiny MCP logo * In all other tools, updated function docs
This commit is contained in:
@@ -21,9 +21,9 @@ const clients: Set<string | undefined> = new Set<string | undefined>();
|
||||
* This tool enables or disables simulated resource update notifications for a client.
|
||||
*
|
||||
*
|
||||
* 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.
|
||||
* When disabled, updates are stopped for the session.
|
||||
* 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.
|
||||
* - When disabled, updates are stopped for the session.
|
||||
*
|
||||
* The response provides feedback indicating whether simulated updates were started or stopped,
|
||||
* including the session ID.
|
||||
|
||||
Reference in New Issue
Block a user