Skip to content

Commit ec2a7a4

Browse files
committed
fix: force native tool mode for huly-mcp 0.44 compatibility
huly-mcp 0.44 defaults unknown clients (including this CLI) to a proxy surface that only advertises meta-tools via tools/list, hiding the native tools (get_issue, list_issues, ...) the CLI dispatches directly. Pin @firfi/huly-mcp to 0.44.3 and force HULY_TOOL_MODE=native so every tool stays first-class and the direct tool-name dispatch keeps working.
1 parent d9f044d commit ec2a7a4

3 files changed

Lines changed: 742 additions & 24 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.43.0",
49+
"@firfi/huly-mcp": "0.44.3",
5050
"commander": "15.0.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)