AnthropicMCPToolConfiguration constructor

const AnthropicMCPToolConfiguration({
  1. bool? enabled,
  2. List<String>? allowedTools,
})

Implementation

const AnthropicMCPToolConfiguration({
  this.enabled,
  this.allowedTools,
});