Commit b2cfbc5
committed
fix(desktop): forward mcpToolsets through Tauri bridge on agent create
createManagedAgent() built the input object explicitly but omitted
mcpToolsets, so the value collected in the dialog was silently dropped.
Per-agent toolset configuration did nothing at creation time.1 parent c5fa287 commit b2cfbc5
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
| 930 | + | |
930 | 931 | | |
931 | 932 | | |
932 | 933 | | |
| |||
0 commit comments