1 write to _interactionService
aspire (1)
Commands\McpInitCommand.cs (1)
49
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\McpInitCommand.cs (5)
63
var workspaceRootPath = await
_interactionService
.PromptForStringAsync(
90
var applicators = await
_interactionService
.ShowStatusAsync(
96
_interactionService
.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected);
123
var selected = await
_interactionService
.PromptForSelectionsAsync(
138
_interactionService
.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);