External Media Tool Status
data class ExternalMediaToolStatus(val available: Boolean, val path: String? = null, val detail: String? = null)
Status for an optional media tool used by JVM fallbacks.
A path is reported only for a compatible user/system installation. In-process media bridge components deliberately do not expose an executable path.