Feature-Discussion MCP Server

provide_feature_input

Provide information for the current feature discussion prompt

Input Schema

NameRequiredDescriptionDefault
featureIdYesID of the feature being discussed
responseYesYour response to the current prompt

Input Schema (JSON Schema)

{ "properties": { "featureId": { "description": "ID of the feature being discussed", "type": "string" }, "response": { "description": "Your response to the current prompt", "type": "string" } }, "required": [ "featureId", "response" ], "type": "object" }