<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://www.comet.com/site/products/opik/" />
<title>Opik MCP Server</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
background-color: #f5f5f5;
color: #1f2933;
}
a {
color: #0052cc;
}
.card {
background: #fff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
text-align: center;
}
</style>
</head>
<body>
<div class="card">
<h1>Opik MCP Server</h1>
<p>You are being redirected to the main Opik product page.</p>
<p>
If the redirect does not happen automatically,
<a href="https://www.comet.com/site/products/opik/">click here</a>.
</p>
</div>
</body>
</html>