# Test to find ALL monitors (including disabled ones) # This requires modifying the StateQueryHandler to query with enabledOnly=false Write-Host "Current monitor query uses enabledOnly=true" -ForegroundColor Yellow Write-Host "This means only enabled/active monitors are returned." -ForegroundColor Yellow Write-Host "" Write-Host "To see disabled monitors, we would need to:" -ForegroundColor Cyan Write-Host "1. Modify StateQueryHandler.cs to use enabledOnly=false" -ForegroundColor White Write-Host "2. Or add a new endpoint that queries all monitors regardless of status" -ForegroundColor White Write-Host "" Write-Host "For now, let's check the SDK Bridge logs to see if it found any monitors:" -ForegroundColor Yellow