AnthropicMCPServer constructor

const AnthropicMCPServer({
  1. required String name,
  2. required String type,
  3. required String url,
  4. String? authorizationToken,
  5. AnthropicMCPToolConfiguration? toolConfiguration,
})

Implementation

const AnthropicMCPServer({
  required this.name,
  required this.type,
  required this.url,
  this.authorizationToken,
  this.toolConfiguration,
});