Skip to main content
Glama
test_health_monitor.py272 B
from monitoring.health_monitor import HealthMonitor def test_health_monitor_status(): hm = HealthMonitor() hm.add_probe("ok1", lambda: True) hm.add_probe("ok2", lambda: True) st = hm.status() assert st["ok1"] and st["ok2"] and 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