Release Notes MCP Server

configure_template

Configure a custom template for release notes

Input Schema

NameRequiredDescriptionDefault
nameYes
templateYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "type": "string" }, "template": { "type": "string" } }, "required": [ "name", "template" ], "type": "object" }