AnthropicMCPServer.url constructor
      const
      AnthropicMCPServer.url({ 
    
- required String name,
 - required String url,
 - String? authorizationToken,
 - AnthropicMCPToolConfiguration? toolConfiguration,
 
Create a URL-based MCP server (convenience constructor)
Implementation
const AnthropicMCPServer.url({
  required this.name,
  required this.url,
  this.authorizationToken,
  this.toolConfiguration,
}) : type = 'url';