Wait icon

Wait

1

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.

주요 기능

  • 1 GitHub stars

사용 사례

  • 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.