Skip to main content
Glama

MCP Probe Kit

by mybolide

genchangelog

Generate CHANGELOG.md files from commit history by specifying version numbers and commit ranges to automatically document project changes.

Instructions

【生成 Changelog】根据 commit 历史生成 CHANGELOG.md

Input Schema

NameRequiredDescriptionDefault
fromNo起始 commit/tag
toNo结束 commit/tag(默认 HEAD)
versionNo版本号(如:v1.2.0)

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "起始 commit/tag", "type": "string" }, "to": { "description": "结束 commit/tag(默认 HEAD)", "type": "string" }, "version": { "description": "版本号(如:v1.2.0)", "type": "string" } }, "required": [], "type": "object" }

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/mybolide/mcp-probe-kit'

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