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