Interactive Feedback MCP

by noopstudios

interactive_feedback

Obtain human-in-the-loop feedback for project changes by providing the project directory path and a summary. Enhances AI-assisted development workflows with direct user input.

Instructions

Request interactive feedback for a given project directory and summary

Input Schema

NameRequiredDescriptionDefault
project_directoryYesFull path to the project directory
summaryYesShort, one-line summary of the changes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "project_directory": { "description": "Full path to the project directory", "title": "Project Directory", "type": "string" }, "summary": { "description": "Short, one-line summary of the changes", "title": "Summary", "type": "string" } }, "required": [ "project_directory", "summary" ], "type": "object" }

You must be authenticated.

Other Tools from Interactive Feedback MCP

Related Tools

ID: vw42hqyi8u