activeVisibility property

  1. @override
Set<ToolScope> get activeVisibility
override

Visibility filter the host launches with. Tools outside the filter stay tracked (for introspection) but never reach the transport.

Implementation

@override
Set<ToolScope> get activeVisibility => Set.unmodifiable(_visibility);