AurionAI Docs

Mcp Health

DB connectivity check for MCP sidecar.

GET
/api/internal/mcp/health

DB connectivity check for MCP sidecar.

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/internal/mcp/health"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}