1 write to _interactionService
aspire (1)
Commands\McpCallCommand.cs (1)
55
_interactionService
= interactionService;
6 references to _interactionService
aspire (6)
Commands\McpCallCommand.cs (6)
80
_interactionService
.DisplayError(result.ErrorMessage);
95
_interactionService
.DisplayError("Invalid JSON input: expected a JSON object.");
107
_interactionService
.DisplayError($"Invalid JSON input: {ex.Message}");
127
_interactionService
.DisplayRawText(textContent.Text);
138
_interactionService
.DisplayRawText(System.Text.Encoding.UTF8.GetString(stream.ToArray()));
152
_interactionService
.DisplayError($"Failed to call tool '{toolName}' on resource '{resourceName}': {ex.Message}");