slow_echo
Delays text response by a specified time to simulate slow handlers, distinguishing delayed replies from lost messages in MCP debugging.
Instructions
Returns its text argument after delay_ms milliseconds. Separates a slow handler from a lost message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to return. | |
| delay_ms | Yes | Delay before returning, in milliseconds. |