Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit e1d84b6

Browse files
committed
fix: add nativeArgs to fuzzy matching test
1 parent 8964609 commit e1d84b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/core/tools/__tests__/useMcpToolTool.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,11 @@ describe("useMcpToolTool", () => {
611611
tool_name: "get_user_profile", // Model mangled hyphens to underscores
612612
arguments: "{}",
613613
},
614+
nativeArgs: {
615+
server_name: "test-server",
616+
tool_name: "get_user_profile", // Model mangled hyphens to underscores
617+
arguments: {},
618+
},
614619
partial: false,
615620
}
616621

0 commit comments

Comments
 (0)