14 references to McpCommandStrings
aspire (14)
Commands\AgentInitCommand.cs (8)
72
McpCommandStrings
.InitCommand_WorkspaceRootPrompt,
78
return ValidationResult.Error(
McpCommandStrings
.InitCommand_WorkspaceRootRequired);
83
return ValidationResult.Error(string.Format(CultureInfo.InvariantCulture,
McpCommandStrings
.InitCommand_WorkspaceRootNotFound, path));
99
McpCommandStrings
.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)
60
InteractionService.DisplayMarkupLine($"[yellow]⚠ {
McpCommandStrings
.DeprecatedCommandWarning}[/]");
Commands\McpStartCommand.cs (2)
28
: base("start",
McpCommandStrings
.StartCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
39
InteractionService.DisplayMarkupLine($"[yellow]⚠ {
McpCommandStrings
.DeprecatedCommandWarning}[/]");
Resources\McpCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(
McpCommandStrings
).Assembly);