create static method
Always throws on this platform — there is no process to spawn.
Implementation
static Future<StdioClientTransport> create({
required String command,
List<String> arguments = const [],
String? workingDirectory,
Map<String, String>? environment,
}) async {
throw McpError('STDIO transport: $_unsupported');
}