create static method
Always throws on this platform.
Implementation
static Future<SseCompressedClientTransport> create({
required String serverUrl,
Map<String, String>? headers,
List<CompressionType>? supportedCompressions,
int compressionThreshold = 1024,
}) async {
throw McpError(_unsupported);
}