2
changelog-template
Jonathan Miller edited this page 2026-06-19 00:27:34 -05:00

Home

Changelog Template

Copy this template into new MCP server repos created from Template-MCP. Place it at the root as CHANGELOG.md.


Template

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Initial MCP server setup from Template-MCP
- `api_request` raw API tool
- `list_connections` connection management tool

### Changed

### Fixed

## [1.0.0] - YYYY-MM-DD

### Added
- Initial release with core tools
- Multi-connection support
- Interactive setup wizard

Guidelines

Rule Detail
Update on every PR Add entries under [Unreleased]
Move to version on release auto-release.yml handles version tagging
Categories Added, Changed, Deprecated, Removed, Fixed, Security
Document tools List new MCP tools by name in changelog entries
Be specific "Add resource_list tool with pagination" not "Add tools"


Repo: Template-MCP · MokoStandards

Field Value
Minimum Version 04.07.00
Platform mcp-server
Applies To MCP server repositories
Revision Date Author Description
1.0 2026-05-19 Moko Consulting Initial version