12 references to McpCommandStrings
aspire (12)
Commands\McpCommand.cs (1)
31: base("mcp", McpCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\McpInitCommand.cs (9)
43: base("init", McpCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService) 64McpCommandStrings.InitCommand_WorkspaceRootPrompt, 70return ValidationResult.Error(McpCommandStrings.InitCommand_WorkspaceRootRequired); 75return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture, McpCommandStrings.InitCommand_WorkspaceRootNotFound, path)); 91McpCommandStrings.InitCommand_DetectingAgentEnvironments, 96_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 114"AgentEnvironments" => McpCommandStrings.InitCommand_AgentConfigurationSelectPrompt, 115"AdditionalOptions" => McpCommandStrings.InitCommand_AdditionalOptionsSelectPrompt, 138_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);
Commands\McpStartCommand.cs (1)
31: base("start", McpCommandStrings.StartCommand_Description, features, updateNotifier, executionContext, interactionService)
Resources\McpCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(McpCommandStrings).Assembly);