Verify the SuperDocs MCP server is reachable and serving traffic.
Returns 200 with {"status":"healthy"} when the API is up. Call this once after MCP install to confirm the connection works before invoking other tools. No authentication required.
GET
/
health
Verify the SuperDocs MCP server is reachable and serving traffic.
curl --request GET \ --url https://api.example.com/health