interactive_feedback
Collect interactive user feedback via a web UI, enabling users to review AI work summaries, type comments, and upload supporting images.
Instructions
Collect interactive feedback from users via a Web UI.
Opens a browser-based interface where users can review the AI's work summary, type text feedback, and upload images.
Args: project_directory: Project directory path for context. summary: Markdown-formatted summary of AI work for user review. timeout: Seconds to wait for user feedback (default 600).
Returns: ToolResult: TextContent with user's text feedback and MCPImage objects for any uploaded images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | AI 工作完成的摘要说明 | 我已完成了您请求的任务。 |
| timeout | No | 等待用户反馈的超时时间(秒) | |
| project_directory | No | 项目目录路径 | . |