Skip to main content
Glama

Sleep MCP Server

by Garoth

Sleep MCP 서버

간단한 대기/절전 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. API 호출 간 대기 또는 최종 일관성 시스템 테스트 등 작업 간 지연 시간을 추가하는 데 유용합니다.

사용 가능한 도구

  • sleep : 지정된 시간(밀리초) 동안 대기합니다.

설치

지엑스피1

구성

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 서버가 응답을 기다리는 최대 시간(밀리초)을 지정합니다. 이 매개변수는 sleep 도구의 경우 특히 중요합니다. sleep 시간보다 짧은 timeout을 설정하면 작업이 실패하기 때문입니다. timeout 값은 항상 사용하려는 최대 sleep 시간보다 크게 설정해야 합니다.

개발

테스트 설정

테스트는 다양한 기간 동안 수면 기능을 검증합니다.

npm test

건물

npm run build

특허

MIT

You must be authenticated.

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

Tools

API 호출 간 대기나 최종적으로 일관된 시스템을 테스트하는 등 작업 간에 지연 시간을 추가하는 데 유용한 간단한 대기/절전 도구를 제공하는 MCP(Model Context Protocol) 서버입니다.

  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