Implements a server designed to pause before responding to requests, useful for testing.
This tool provides implementations of a Model Context Protocol (MCP) server with built-in wait functionality. Available in both TypeScript and Python, the server is specifically designed to pause for a configurable duration (in seconds) before processing and responding to incoming requests. This capability is particularly useful for testing purposes, allowing developers to simulate network latency or backend processing delays and assess the robustness of client applications.
Key Features
011 GitHub stars
Use Cases
01Validating timeout handling in client-server communication.
02Simulating network latency for testing client application behavior.
03Introducing delays to test the resilience of systems to slow responses.