Skip to main content
Glama

Sleep MCP Server

by Garoth

スリープMCPサーバー

シンプルなスリープ/待機ツールを提供するモデルコンテキストプロトコル(MCP)サーバー。API呼び出し間の待機や、結果整合性システムのテストなど、操作間に遅延を追加するのに便利です。

利用可能なツール

  • sleep : 指定された時間(ミリ秒単位)待機します

インストール

git clone https://github.com/Garoth/sleep-mcp.git npm install

構成

Cline MCP 設定ファイル (例: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json) に追加します。

{ "mcpServers": { "sleep": { "command": "node", "args": ["/path/to/sleep-server/build/index.js"], "disabled": false, "autoApprove": [], "timeout": 300 } } }

注: timeoutパラメータは、MCPサーバーがタイムアウトするまでの応答の最大待機時間(ミリ秒単位)を指定します。これは特にスリープツールにおいて重要です。スリープ時間よりも短いタイムアウト値を設定すると、操作が失敗する可能性があります。タイムアウト値は、必ず最大スリープ時間よりも大きい値に設定してください。

発達

テストの設定

テストでは、さまざまな期間のスリープ機能を検証します。

npm test

建物

npm run build

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Tools

シンプルなスリープ/待機ツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。API 呼び出し間の待機や、最終的に一貫性のあるシステムのテストなど、操作間に遅延を追加するのに便利です。

  1. 利用可能なツール
    1. インストール
      1. 構成
        1. 発達
          1. テストの設定
          2. 建物
        2. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
            Last updated -
            3
            9
            36
            JavaScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
            Last updated -
            4
            3
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            This server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.
            Last updated -
            2
            1
            JavaScript
            MIT License
          • -
            security
            -
            license
            -
            quality
            A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
            Last updated -
            1
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garoth/sleep-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server