Skip to main content
Glama
test_predictive.py290 B
from monitoring.predictive import HealthTrendStore def test_health_trend_store_degrading(): ht = HealthTrendStore(window=3, threshold=0.9) ht.add_metric(1.0) ht.add_metric(0.8) assert ht.is_degrading() is False ht.add_metric(0.7) assert ht.is_degrading() 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