This MCP server implementation provides a simple sleep/wait tool, allowing AI agents to introduce delays between operations. Developed by Garoth, it offers a single 'sleep' tool that waits for a specified duration in milliseconds. Built with TypeScript and integrating the Model Context Protocol SDK, the server focuses on ease of use and configuration. It is particularly useful for scenarios requiring timed delays, such as spacing out API calls, testing eventually consistent systems, or simulating time-dependent processes. The implementation includes Jest-based tests to verify sleep functionality with various durations and supports easy deployment through npm scripts.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Wait for a specified duration in milliseconds.