Skip to main content
Glama

Enhanced Interactive Feedback MCP Server

by rickcen01
MIT License
  • Apple
  • Linux

execute_with_feedback

Execute commands within a project directory and request real-time feedback, with optional confirmation and multi-language support for enhanced control and clarity.

Instructions

执行命令并请求反馈 Args: command: 要执行的命令 project_directory: 项目目录 require_confirmation: 是否需要确认 language: 语言设置 Returns: 执行结果和反馈

Input Schema

NameRequiredDescriptionDefault
commandYes
languageNoen
project_directoryYes
require_confirmationNo

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" }, "language": { "default": "en", "title": "Language", "type": "string" }, "project_directory": { "title": "Project Directory", "type": "string" }, "require_confirmation": { "default": true, "title": "Require Confirmation", "type": "boolean" } }, "required": [ "command", "project_directory" ], "title": "execute_with_feedbackArguments", "type": "object" }
Install Server

Other Tools from Enhanced Interactive Feedback MCP Server

Related Tools

    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