from hermes_mcp.server import report def test_report_stub(): payload = report() assert payload["status"] == "stub" assert payload["layers"]