Server Health Status
data class ServerHealthStatus(val isHealthy: Boolean, val mode: McpExecutionMode, val toolCount: Int, val issues: List<String>, val timestamp: Instant = Instant.now())
Value object representing the result of a server health check.