Skip to main content
Glama
rickcen01

Enhanced Interactive Feedback MCP Server

by rickcen01

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
interactive_feedbackC
        增强型交互式反馈工具
        
        Args:
            project_directory: 项目目录路径
            message: 反馈消息或问题
            feedback_type: 反馈类型 (question/confirmation/selection/code_review/suggestion/error_report)
            priority: 优先级 (low/medium/high/urgent)
            options: 预设选项列表 (用于选择题)
            language: 语言设置 (en/zh)
            timeout: 超时时间(秒)
            tags: 标签列表
            user_id: 用户ID
        
        Returns:
            包含用户反馈和分析信息的字典
        
get_feedback_analyticsC
        获取反馈分析报告
        
        Args:
            project_directory: 项目目录
            days: 分析天数
            user_id: 用户ID
        
        Returns:
            分析报告
        
create_feedback_templateC
        创建自定义反馈模板
        
        Args:
            template_name: 模板名称
            template_content: 模板内容 (多语言支持)
            template_type: 模板类型
        
        Returns:
            创建结果
        
execute_with_feedbackC
        执行命令并请求反馈
        
        Args:
            command: 要执行的命令
            project_directory: 项目目录
            require_confirmation: 是否需要确认
            language: 语言设置
        
        Returns:
            执行结果和反馈
        

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rickcen01/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server