AnthropicMCPToolUse constructor

const AnthropicMCPToolUse({
  1. required String id,
  2. required String name,
  3. required String serverName,
  4. required Map<String, dynamic> input,
})

Implementation

const AnthropicMCPToolUse({
  required this.id,
  required this.name,
  required this.serverName,
  required this.input,
});