Skip to content

Commit c744755

Browse files
committed
chore(release): 2.3.1
Documentation-only patch: README description, HUMANS opening line, and docs/mcp-tools.md overview table refreshed for the v2.3.0 tool surface.
1 parent 6fef2a6 commit c744755

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `@rethunk/mcp-multi-root-git` are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com); the project uses [Semantic Versioning](https://semver.org).
44

5+
## [2.3.1] — 2026-04-21
6+
7+
Documentation-only patch following the 2.3.0 release.
8+
9+
### Documentation
10+
11+
- **`README.md`** — one-liner description updated to include `git_log`, `git_push`, `git_worktree_*`, and `git_reset_soft`.
12+
- **`HUMANS.md`** — opening line corrected from "Read-only MCP git tools" to "MCP git tools" (mutating operations have been present since v2.2.0).
13+
- **`docs/mcp-tools.md`** — overview table expanded from 9 to 14 rows, adding all tools introduced in v2.3.0; **Read-only** / **Mutating** annotations added to every row consistently.
14+
515
## [2.3.0] — 2026-04-21
616

717
Five new tools, a token-efficiency sweep, a targeted breaking change to the `git_log` JSON contract, and test coverage raised from 70% to 89%.
@@ -87,6 +97,7 @@ Mutating git operations: merge, cherry-pick, and optional push-after for `batch_
8797

8898
- Initial release: `git_status`, `git_inventory`, `git_parity`, `list_presets`.
8999

100+
[2.3.1]: https://github.com/Rethunk-AI/mcp-multi-root-git/releases/tag/v2.3.1
90101
[2.3.0]: https://github.com/Rethunk-AI/mcp-multi-root-git/releases/tag/v2.3.0
91102
[2.2.0]: https://github.com/Rethunk-AI/mcp-multi-root-git/releases/tag/v2.2.0
92103
[2.1.0]: https://github.com/Rethunk-AI/mcp-multi-root-git/releases/tag/v2.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/mcp-multi-root-git",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "MCP stdio server: multi-root git status, inventory, and HEAD parity checks. Generic tools usable by any workspace.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)