1 write to _interactionService
aspire (1)
Commands\McpToolsCommand.cs (1)
44_interactionService = interactionService;
4 references to _interactionService
aspire (4)
Commands\McpToolsCommand.cs (4)
65_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage); 75_interactionService.DisplayMessage(KnownEmojis.Information, "No resources with MCP tools found."); 102_interactionService.DisplayRawText(System.Text.Encoding.UTF8.GetString(stream.ToArray())); 123_interactionService.DisplayRenderable(table);