AllowedMcpToolFilter constructor

AllowedMcpToolFilter({
  1. List<String>? toolNames,
  2. bool? readOnly,
})

Implementation

AllowedMcpToolFilter({this.toolNames, this.readOnly});