Feature-Discussion MCP Server

begin_feature_discussion

Start a new feature discussion

Input Schema

NameRequiredDescriptionDefault
titleYesTitle or name of the feature

Input Schema (JSON Schema)

{ "properties": { "title": { "description": "Title or name of the feature", "type": "string" } }, "required": [ "title" ], "type": "object" }