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);