Wait
Created7shi
Implements a server designed to pause before responding to requests, useful for testing.
About
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
- 1 GitHub stars
Use Cases
- Validating timeout handling in client-server communication.
- Simulating network latency for testing client application behavior.
- Introducing delays to test the resilience of systems to slow responses.