Newer
Older
TelosDB / src / index.html
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 8 days ago 596 bytes Add MCP server with llama.cpp integration and docs
<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>SQLite Vector MCP Server</title>
    <style>
      body { font-family: sans-serif; padding: 20px; }
      .status { color: green; font-weight: bold; }
    </style>
  </head>
  <body>
    <h1>SQLite Vector MCP Server</h1>
    <p>Status: <span class="status">Running</span></p>
    <p>SSE Endpoint: <code>http://localhost:3000/sse</code></p>
    <hr>
    <h3>Database Info</h3>
    <div id="info">Waiting for data...</div>
  </body>
</html>