Skip to main content
Glama

Interactive Feedback MCP

by zivhdinfo

interactive_feedback

Request contextual interactive feedback for project directories and summaries using the human-in-the-loop MCP server, enabling direct textual responses from AI assistants during development.

Instructions

Request interactive feedback for a given project directory and summary

Input Schema

NameRequiredDescriptionDefault
project_directoryYesPath to the project directory
summaryYesSummary of the request or context

Input Schema (JSON Schema)

{ "properties": { "project_directory": { "description": "Path to the project directory", "type": "string" }, "summary": { "description": "Summary of the request or context", "type": "string" } }, "required": [ "project_directory", "summary" ], "type": "object" }
Install Server

Other Tools from Interactive Feedback MCP

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/zivhdinfo/interactive-feedback-mcp-nodejs'

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