Skip to main content
Glama
test_health_monitor_factory.py330 B
from monitoring.health_monitor_factory import build_health_monitor_with_platforms class DummyHPM: async def simple_ping(self, platform: str) -> bool: return True def test_health_monitor_factory_status(): hm = build_health_monitor_with_platforms(DummyHPM()) st = hm.status() assert st["overall"] is True

Latest Blog Posts

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/Zazzles2908/EX_AI-mcp-server'

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