19 references to McpCommandStrings
aspire (17)
Commands\AgentInitCommand.cs (5)
175McpCommandStrings.InitCommand_WorkspaceRootPrompt, 181return ValidationResult.Error(McpCommandStrings.InitCommand_WorkspaceRootRequired); 186return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture, McpCommandStrings.InitCommand_WorkspaceRootNotFound, path)); 211McpCommandStrings.InitCommand_DetectingAgentEnvironments, 473InteractionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);
Commands\McpCallCommand.cs (4)
24Description = McpCommandStrings.CallCommand_ResourceArgumentDescription 29Description = McpCommandStrings.CallCommand_ToolArgumentDescription 34Description = McpCommandStrings.CallCommand_InputOptionDescription 42: base("call", McpCommandStrings.CallCommand_Description, services)
Commands\McpCommand.cs (1)
22: base("mcp", McpCommandStrings.Description, services)
Commands\McpInitCommand.cs (2)
30: base("init", McpCommandStrings.InitCommand_Description, services) 46InteractionService.DisplayMarkupLine($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Commands\McpStartCommand.cs (2)
20: base("start", McpCommandStrings.StartCommand_Description, services) 29InteractionService.DisplayMarkupLine($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Commands\McpToolsCommand.cs (2)
26Description = McpCommandStrings.ToolsCommand_FormatOptionDescription 32: base("tools", McpCommandStrings.ToolsCommand_Description, services)
Resources\McpCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(McpCommandStrings).Assembly);
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
651Assert.Contains(McpCommandStrings.InitCommand_ConfigurationComplete, interactionService.DisplayedSuccess); 687Assert.Contains(McpCommandStrings.InitCommand_ConfigurationComplete, interactionService.DisplayedSuccess);