You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,6 +128,22 @@ export class InstallAction extends McpServerAction {
124
128
if(!this.mcpServer){
125
129
return;
126
130
}
131
+
132
+
if(!this.editor){
133
+
this.mcpWorkbenchService.open(this.mcpServer);
134
+
alert(localize('mcpServerInstallation',"Installing MCP Server {0} started. An editor is now open with more details on this MCP Server",this.mcpServer.label));
135
+
}
136
+
137
+
typeMcpServerInstallClassification={
138
+
owner: 'sandy081';
139
+
comment: 'Used to understand if the action to install the MCP server is used.';
140
+
name?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The gallery name of the MCP server being installed'};
0 commit comments