mcp-feedback-enhanced
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Debug mode | false |
| MCP_LANGUAGE | No | Force UI language: zh-TW, zh-CN, or en | Auto-detect |
| MCP_WEB_HOST | No | Web UI host binding. Use 127.0.0.1 for local only or 0.0.0.0 for remote access. | 127.0.0.1 |
| MCP_WEB_PORT | No | Web UI port (1024-65535) | 8765 |
| MCP_DESKTOP_MODE | No | Enable desktop application mode (true/false) | false |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| feedbackA | Interactive feedback collection tool for LLM agents. USAGE RULES:
|
| get_system_infoA | 獲取系統環境資訊 Returns: str: JSON 格式的系統資訊 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one is for interactive feedback collection, the other for retrieving system information. There is no overlap or ambiguity.
The tool names follow different conventions: 'feedback' is a simple noun, while 'get_system_info' uses a verb_noun pattern. This inconsistency could confuse an agent expecting a uniform naming scheme.
With only 2 tools, the server feels under-scoped for its apparent purpose of feedback enhancement. The system info tool seems tangential, and the feedback tool alone does not justify a full server.
The server lacks essential tools for a feedback system, such as storing, retrieving, or analyzing past feedback. The presence of an unrelated system info tool further reduces coherence.