Request
- Authentication: none
- Content-Type: not applicable
Response 200
| Field | Type | Description |
|---|---|---|
status | "healthy" | Started up normally |
service | string | Service identifier (mcp-gateway) |
timestamp | ISO 8601 | Response generation time |
Related endpoints
| Endpoint | Auth | Description |
|---|---|---|
GET /health | none | Liveness — always returns status: healthy |
GET /health/ready | none | Readiness — checks dependencies like DB and Redis. 200 healthy when OK, 503 degraded on failure |
GET /health/detailed | API Key | Detailed report including per-dependency status and latency (latencyMs) |
/health/ready response example (dependency check):