2 references to DoctorCheckResponse
aspire (2)
Commands\DoctorCommand.cs (1)
87var json = System.Text.Json.JsonSerializer.Serialize(response, JsonSourceGenerationContext.RelaxedEscaping.DoctorCheckResponse);
Mcp\Tools\DoctorTool.cs (1)
58var jsonContent = JsonSerializer.Serialize(response, JsonSourceGenerationContext.Default.DoctorCheckResponse);