mowan-mcp-feedback
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Debug mode. Set to 'true' to enable debug output. | false |
| MCP_LANGUAGE | No | Force interface language. Options: 'zh-TW', 'zh-CN', 'en'. Overrides system detection. | auto |
| MCP_WEB_HOST | No | Web UI host binding. Use '0.0.0.0' for remote access (e.g., SSH). | 127.0.0.1 |
| MCP_WEB_PORT | No | Web UI port number (1024-65535). | 8765 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| interactive_feedbackA | 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. |
| get_system_infoA | 获取系统环境信息 Returns: str: JSON 格式的系统信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| chat | 通过 Web UI 与用户开始互动反馈对话。 使用此 prompt 快速启动反馈交流。 AI 会调用 interactive_feedback 工具打开 Web UI, 通过浏览器界面与用户进行互动。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are completely unrelated in purpose, so there is no ambiguity or overlap between them. An agent can easily distinguish interactive_feedback from get_system_info.
The naming pattern is inconsistent: 'interactive_feedback' uses an adjective-noun format while 'get_system_info' uses a verb-noun format. This mixes conventions and makes the tool names less predictable.
With only two tools, the server feels sparse and underdeveloped. The inclusion of an unrelated system info tool further dilutes the focus, making the count seem poorly scoped for a feedback-focused server.
The domain appears to be feedback collection, but the surface is incomplete: only interactive feedback is supported, with no way to programmatically list, retrieve, or manage feedback. The system info tool is off-topic and does not fill any obvious gap.