from fastapi.testclient import TestClient
from app.main import app
# Création d'un client de test
client = TestClient(app)
def test_health_check():
"""Test pour vérifier que la route /health fonctionne correctement"""
response = client.get("/health")
assert response.status_code == 200
assert response.json() == {"status": "ok"}
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/Hypijump31/bluetooth-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server