agent: Remove context server settings when uninstalling MCP extension (#32560)
Release Notes: - agent: Automatically remove context server settings when uninstalling MCP extension
This commit is contained in:
parent
e8ba8bb1eb
commit
717bf35484
6 changed files with 171 additions and 19 deletions
|
@ -36,6 +36,7 @@ impl ExtensionEvents {
|
|||
#[derive(Clone)]
|
||||
pub enum Event {
|
||||
ExtensionInstalled(Arc<ExtensionManifest>),
|
||||
ExtensionUninstalled(Arc<ExtensionManifest>),
|
||||
ExtensionsInstalledChanged,
|
||||
ConfigureExtensionRequested(Arc<ExtensionManifest>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue