Labsco
Garoth logo

Sleep MCP Server

โ˜… 21

from Garoth

Provides a sleep/wait tool to add delays between operations, such as waiting between API calls or testing eventually consistent systems.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Sleep MCP Server

Sleep MCP Logo

A Model Context Protocol (MCP) server that provides a simple sleep/wait tool. Useful for adding delays between operations, such as waiting between API calls or testing eventually consistent systems.

Available Tools

  • sleep: Wait for a specified duration in milliseconds

Development

Setting Up Tests

The tests verify the sleep functionality with various durations:

npm test

Building

npm run build