Skip to main content
GET
/
health
curl -X GET http://localhost:3004/health
{
  "status": "ok"
}
Check the health status of the MCP environment service.

Response

status
string
Health status of the service (e.g., ok, healthy)
curl -X GET http://localhost:3004/health
{
  "status": "ok"
}