agent: Fix issue with duplicated tool names from MCP servers (#33811)
Closes #33792 Follow up to #33237 - Turns out my fix for this was not correct Release Notes: - agent: Fixed an issue where tools would not work when two MCP servers provided a tool with the same name
This commit is contained in:
parent
f27b508e4b
commit
0553dc0d49
6 changed files with 386 additions and 273 deletions
|
@ -22,6 +22,7 @@ gpui.workspace = true
|
|||
icons.workspace = true
|
||||
language.workspace = true
|
||||
language_model.workspace = true
|
||||
log.workspace = true
|
||||
parking_lot.workspace = true
|
||||
project.workspace = true
|
||||
regex.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue