14 references to McpCommandStrings
aspire (14)
Commands\AgentInitCommand.cs (8)
73McpCommandStrings.InitCommand_WorkspaceRootPrompt, 79return ValidationResult.Error(McpCommandStrings.InitCommand_WorkspaceRootRequired); 84return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture, McpCommandStrings.InitCommand_WorkspaceRootNotFound, path)); 100McpCommandStrings.InitCommand_DetectingAgentEnvironments, 105_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 124"AgentEnvironments" => McpCommandStrings.InitCommand_AgentConfigurationSelectPrompt, 125"AdditionalOptions" => McpCommandStrings.InitCommand_AdditionalOptionsSelectPrompt, 168_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);