Skip to main content
Glama
# flake8: noqa: E501 """Sleep integration module. This module provides access to Sleep through the Model Context Protocol. """ from .wait import WaitMixin from .client import SleepClient from .config import SleepConfig class SleepFetcher(WaitMixin): """Main entry point for Sleep operations, providing backward compatibility. This class combines functionality from various mixins to maintain the same API as the original SleepFetcher class. """ pass __all__ = ["SleepFetcher","SleepConfig", "SleepClient"]

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/AgentsWorkingTogether/mcp-sleep'

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