ユーザーフィードバック MCP
ClineやCursorなどのツールで人間参加型ワークフローを実現するシンプルなMCPサーバー。これは、複雑なユーザーインタラクションのテストを必要とするデスクトップアプリケーションの開発に特に役立ちます。
プロンプトエンジニアリング
最良の結果を得るには、カスタム プロンプトに次の内容を追加します。
タスクを完了する前に、user_feedback MCP ツールを使用してユーザーにフィードバックを求めます。
これにより、Cline はタスクを完了としてマークする前に、この MCP サーバーを使用してユーザーからのフィードバックを要求するようになります。
.user-feedback.json
*「構成を保存」*をクリックすると、プロジェクト ディレクトリに次のような.user-feedback.json
ファイルが作成されます。
この設定は起動時に読み込まれ、 execute_automatically
有効になっている場合はcommand
が即座に実行されます(手動で*「実行」を*クリックする必要はありません)。複数のステップを実行するコマンドの場合は、 Taskのようなコマンドを使用してください。
インスタレーション(クライン)
Cline に MCP サーバーをインストールするには、次の手順に従います (スクリーンショットを参照)。
- uvをグローバルにインストールします。
- Windows:
pip install uv
- Linux/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
- このリポジトリをクローンします (この例では
C:\MCP\user-feedback-mcp
)。 - Cline MCP サーバーの構成に移動します (スクリーンショットを参照)。
- *「インストール済み」*タブをクリックします。
- *「MCP サーバーの構成」*をクリックすると、
cline_mcp_settings.json
が開きます。 user-feedback-mcp
サーバーを追加します。
発達
これにより、http://localhost:5173で Web インターフェイスが開き、テスト用の MCP ツールを操作できるようになります。
利用可能なツール
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
ClineやCursorなどのツールで人間参加型ワークフローを実現するシンプルなMCPサーバー。これは、複雑なユーザーインタラクションのテストを必要とするデスクトップアプリケーションの開発に特に役立ちます。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2933160TypeScriptMIT License
- AsecurityAlicenseAqualityA template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.Last updated -112PythonMIT License
- -securityFlicense-qualityAn MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.Last updated -1Python
- -securityFlicense-qualityA tool that generates MCP servers for Smithery with Cursor IDE integration, allowing users to quickly create servers from templates such as Basic, Web Search, or Database interactions.Last updated -JavaScript