Skip to main content
Glama

Release Notes MCP Server

configure_template

Customize and set up release note templates for the Release Notes MCP Server, enabling tailored documentation of commits and statistics from GitHub repositories.

Instructions

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" }
Install Server

Other Tools from Release Notes MCP Server

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/nickbaumann98/release-notes-server'

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