Skip to main content
Glama
wait.py555 B
"""Module for Sleep waits operations.""" import asyncio import logging from .client import SleepClient logger = logging.getLogger("mcp-sleep") class WaitMixin(SleepClient): """Mixin for Sleep waits operations.""" async def wait(self, seconds: int) -> None: """ Get an aggregated overview of findings and resources grouped by providers. Returns: Dictionary containing provider information with results and metadata """ # noqa: E501 await asyncio.sleep(seconds) return

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