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