agent: Rename the delete menu item in the MCP section (#33265)

From "Delete" to "Uninstall" for clarity.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-06-23 18:20:12 +00:00
committed by GitHub
parent 6b0325b059
commit 51059b6f50
+1 -1
View File
@@ -593,7 +593,7 @@ impl AgentConfiguration {
}
})
.separator()
.entry("Delete", None, {
.entry("Uninstall", None, {
let fs = fs.clone();
let context_server_id = context_server_id.clone();
let context_server_store = context_server_store.clone();