Skip to content

Commit 56ef84b

Browse files
committed
fix: revert speculative engine ^2.0.0 dependency bump, not yet published
release-please's node-workspace plugin speculatively bumped this package's @loopover/engine dependency to ^2.0.0, anticipating the sibling engine-release branch (engine v2.0.0, a BREAKING change per its own changelog: removes settings.gateCheckMode back-compat parsing and renames several GITTENSORY_MINER_*/GITTENSORY_* env vars). Neither this branch's own locally-committed packages/gittensory-engine (still 1.0.0 here) nor the npm registry has an engine@2.0.0 to resolve against yet, so `npm ci`/`npm install` fail with ETARGET. Reverting to ^1.0.0 (this package's mcp source doesn't reference either breaking-change surface, but a major bump warrants a deliberate, separately-verified upgrade rather than a speculative one riding along on an unrelated version bump) unblocks this PR's own genuine mcp 0.7.1->0.8.0 release independently. A future release-please cycle, run after engine 2.0.0 is actually published, will propose the real dependency bump.
1 parent e23a9e9 commit 56ef84b

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

packages/gittensory-mcp/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77

88
* **mcp:** wire gittensory_feasibility_gate's claimStatus to the local claim ledger ([#5157](https://github.com/JSONbored/gittensory/issues/5157)) ([#5389](https://github.com/JSONbored/gittensory/issues/5389)) ([91b235d](https://github.com/JSONbored/gittensory/commit/91b235dbc4c9e3c818ff0a76e98f087c1f3ec8c2))
99

10-
11-
### Dependencies
12-
13-
* The following workspace dependencies were updated
14-
* dependencies
15-
* @loopover/engine bumped from ^1.0.0 to ^2.0.0
16-
1710
## [0.7.1](https://github.com/JSONbored/gittensory/compare/mcp-v0.7.0...mcp-v0.7.1) (2026-07-08)
1811

1912

packages/gittensory-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "node --check bin/gittensory-mcp.js && node --check lib/local-branch.js && node --check lib/format-table.js && node --check scripts/gittensor-score-preview.mjs"
3939
},
4040
"dependencies": {
41-
"@loopover/engine": "^2.0.0",
41+
"@loopover/engine": "^1.0.0",
4242
"@modelcontextprotocol/sdk": "1.29.0",
4343
"zod": "^4.4.3"
4444
},

0 commit comments

Comments
 (0)