19 references to McpCommandStrings
aspire (19)
Commands\AgentInitCommand.cs (7)
113McpCommandStrings.InitCommand_WorkspaceRootPrompt, 119return ValidationResult.Error(McpCommandStrings.InitCommand_WorkspaceRootRequired); 124return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture, McpCommandStrings.InitCommand_WorkspaceRootNotFound, path)); 144McpCommandStrings.InitCommand_DetectingAgentEnvironments, 149_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 172_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete); 277_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);
Commands\McpCallCommand.cs (4)
30Description = McpCommandStrings.CallCommand_ResourceArgumentDescription 35Description = McpCommandStrings.CallCommand_ToolArgumentDescription 40Description = McpCommandStrings.CallCommand_InputOptionDescription 53: base("call", McpCommandStrings.CallCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpCommand.cs (1)
32: 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}[/]");
Commands\McpToolsCommand.cs (2)
31Description = McpCommandStrings.ToolsCommand_FormatOptionDescription 42: base("tools", McpCommandStrings.ToolsCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Resources\McpCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(McpCommandStrings).Assembly);