mcp-feedback-enhanced
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Set to 'true' to enable debug mode. | false |
| MCP_LANGUAGE | No | Force UI language: 'zh-TW', 'zh-CN', or 'en'. | auto-detect |
| MCP_WEB_HOST | No | Host binding for the Web UI. Use '0.0.0.0' for remote access. | 127.0.0.1 |
| MCP_WEB_PORT | No | Port for the Web UI (1024-65535). | 8765 |
| MCP_DESKTOP_MODE | No | Set to 'true' to use desktop application mode. | 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 |
|---|---|
| interactive_feedbackA | Interactive feedback collection tool for LLM agents. USAGE RULES:
CONVERSATION_ID USAGE:
QUICK OPTIONS FEATURE: You can provide quick selection options in the summary using XML format. Users can click checkboxes to select options. Basic Format: Format with Attributes (optional title, key, description): Multiple option groups are supported: User selections will be returned in the feedback with group numbers like "[1] A. First option". |
| 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 are entirely unrelated: interactive_feedback handles user feedback collection while get_system_info retrieves system environment details. No overlap or confusion is possible.
The naming patterns differ significantly: 'interactive_feedback' is a compound noun, while 'get_system_info' follows a verb_noun convention. The mix of styles is inconsistent and does not suggest a unified naming scheme.
With only two tools, the server feels thin and under-scoped for a 'feedback-enhanced' purpose. While not as extreme as a single tool, the count is borderline and does not convincingly cover a full feedback workflow.
The server name implies a focus on feedback, yet only one tool is directly related, and get_system_info is a disconnected addition. There are no tools for managing or retrieving past feedback sessions, making the surface significantly incomplete.