Revert "agent: Namespace MCP server tools" (#31588)
Reverts zed-industries/zed#30600
This commit is contained in:
parent
e314963f5b
commit
148e9adec2
4 changed files with 3 additions and 12 deletions
|
@ -203,11 +203,6 @@ pub trait Tool: 'static + Send + Sync {
|
|||
/// Returns the name of the tool.
|
||||
fn name(&self) -> String;
|
||||
|
||||
/// Returns the name to be displayed in the UI for this tool.
|
||||
fn ui_name(&self) -> String {
|
||||
self.name()
|
||||
}
|
||||
|
||||
/// Returns the description of the tool.
|
||||
fn description(&self) -> String;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue