From da12ddd683398fe3a66c1dbf04605c89ab68b306 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:00:46 -0600 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f444e..8c79f84 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ 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. + + Sleep Server MCP server + + ## Available Tools - `sleep`: Wait for a specified duration in milliseconds @@ -53,4 +57,4 @@ npm run build ## License -MIT +MIT \ No newline at end of file