AnthropicMCPServer constructor
const
AnthropicMCPServer({
- required String name,
- required String type,
- required String url,
- String? authorizationToken,
- AnthropicMCPToolConfiguration? toolConfiguration,
Implementation
const AnthropicMCPServer({
required this.name,
required this.type,
required this.url,
this.authorizationToken,
this.toolConfiguration,
});