Commit 7958a12
fix(mcp): use correct hyphenated collision strategy names in join tool (#330)
The jsonschema descriptions and tool description documented join
strategies as accept_left/accept_right but the joiner package uses
accept-left/accept-right, causing LLMs to always pass invalid values.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 112a9b9 commit 7958a12
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments