Skip to content

Commit fc94cf2

Browse files
committed
revert: drop huly-mcp pin back to 0.43.0 for publish workflow
The publish workflow only releases when package.json pins an older @firfi/huly-mcp than npm latest. The prior commit pinned 0.44.3 directly, which makes the workflow treat it as current and skip the 0.12 release. Keep the native tool-mode fix (already on main) but roll the dependency back to 0.43.0 so the workflow detects 0.43.0 -> 0.44.3, bumps to 0.12.0, runs check (passing now with the native fix), and publishes.
1 parent ec2a7a4 commit fc94cf2

2 files changed

Lines changed: 24 additions & 738 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"license": "MIT",
4848
"dependencies": {
49-
"@firfi/huly-mcp": "0.44.3",
49+
"@firfi/huly-mcp": "0.43.0",
5050
"commander": "15.0.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)