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