Skip to main content
Glama
test_hybrid_platform_manager.py381 B
import asyncio from providers.hybrid_platform_manager import HybridPlatformManager def test_hybrid_platform_manager_health_keys_present(): m = HybridPlatformManager() res = asyncio.get_event_loop().run_until_complete(m.health_check()) assert set(res.keys()) == {"moonshot", "zai"} assert isinstance(res["moonshot"], bool) assert isinstance(res["zai"], bool)

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