14 references to McpCommandStrings
aspire (14)
Commands\AgentInitCommand.cs (8)
72McpCommandStrings.InitCommand_WorkspaceRootPrompt, 78return ValidationResult.Error(McpCommandStrings.InitCommand_WorkspaceRootRequired); 83return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture, McpCommandStrings.InitCommand_WorkspaceRootNotFound, path)); 99McpCommandStrings.InitCommand_DetectingAgentEnvironments, 104_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 123"AgentEnvironments" => McpCommandStrings.InitCommand_AgentConfigurationSelectPrompt, 124"AdditionalOptions" => McpCommandStrings.InitCommand_AdditionalOptionsSelectPrompt, 147_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);
Commands\McpCommand.cs (1)
27: base("mcp", McpCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpInitCommand.cs (2)
42: base("init", McpCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry) 60InteractionService.DisplayMarkupLine($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Commands\McpStartCommand.cs (2)
28: base("start", McpCommandStrings.StartCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry) 39InteractionService.DisplayMarkupLine($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Resources\McpCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(McpCommandStrings).Assembly);