Skip to content

Commit de053f3

Browse files
chore(release): cut mcp v1.0.0 (#5731)
* chore(release): cut mcp v1.0.0 * chore(release): sync package-lock.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed78164 commit de053f3

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/gittensory-mcp": "0.9.0",
2+
"packages/gittensory-mcp": "1.0.0",
33
"packages/gittensory-engine": "2.0.0",
44
"packages/gittensory-miner": "2.0.0",
55
"packages/gittensory-ui-kit": "0.2.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gittensory-mcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/JSONbored/gittensory/compare/mcp-v0.9.0...mcp-v1.0.0) (2026-07-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **cli:** `gittensory-miner`, `gittensory-miner-mcp`, and `gittensory-mcp` no longer exist as installed binaries; use `loopover-miner`, `loopover-miner-mcp`, and `loopover-mcp`. No dual-read/alias, per the epic's full-cutover mandate. A global npm install/link of the old package names must be reinstalled.
9+
10+
### Features
11+
12+
* **cli:** Phase 3 - full-cutover rename CLI binaries to loopover-* ([#5728](https://github.com/JSONbored/gittensory/issues/5728)) ([f2ee2ad](https://github.com/JSONbored/gittensory/commit/f2ee2ad24e0bf01d0a2dfd8f39421bb80aa527b6))
13+
314
## [0.9.0](https://github.com/JSONbored/gittensory/compare/mcp-v0.8.1...mcp-v0.9.0) (2026-07-14)
415

516

packages/gittensory-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/mcp",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Local stdio MCP wrapper for the Gittensory Gittensor base-agent.",

0 commit comments

Comments
 (0)