mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
41 lines
1.6 KiB
HTML
41 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Interactive Feedback MCP Server</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Interactive Feedback MCP</h1>
|
|
|
|
<div class="section">
|
|
<h2>服務器狀態</h2>
|
|
<p>🟢 MCP 服務器正在運行</p>
|
|
<p>等待來自 AI 助手的互動請求...</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>關於此服務</h3>
|
|
<p>這是一個 Model Context Protocol (MCP) 服務器,用於在 AI 輔助開發工具中提供人在回路的互動回饋功能。</p>
|
|
<p>當 AI 助手需要用戶回饋時,會自動在瀏覽器中開啟互動頁面。</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>功能特色</h3>
|
|
<ul style="color: var(--text-primary); margin-left: 20px;">
|
|
<li>🌐 Web UI 支援 SSH remote 開發</li>
|
|
<li>💻 即時命令執行和輸出顯示</li>
|
|
<li>💬 結構化回饋收集</li>
|
|
<li>⚙️ 專案特定的設定管理</li>
|
|
<li>🔄 WebSocket 即時通訊</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>開發者: Fábio Ferreira | <a href="https://x.com/fabiomlferreira" target="_blank">X.com</a> | <a href="https://dotcursorrules.com/" target="_blank">dotcursorrules.com</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |