diff --git a/crates/agent_ui/src/agent_panel.rs b/crates/agent_ui/src/agent_panel.rs index 5575046e25dc39..835bb0e572212a 100644 --- a/crates/agent_ui/src/agent_panel.rs +++ b/crates/agent_ui/src/agent_panel.rs @@ -5715,24 +5715,6 @@ impl AgentPanel { } menu = menu - .separator() - .header("MCP Servers") - .action( - "Add Server…", - Box::new(zed_actions::OpenSettingsAt { - path: "context_servers".to_string(), - target: None, - }), - ) - .action( - "Install New Servers…", - Box::new(zed_actions::Extensions { - category_filter: Some( - zed_actions::ExtensionCategoryFilter::ContextServers, - ), - id: None, - }), - ) .separator() .action("Profiles", Box::new(ManageProfiles::default())); }