McpConnectivityInfo class

Información de conectividad para la plataforma actual.

Indica cómo debe configurarse TESTBRIDGE_URL en mcpe2e_server y qué comando correr en la PC del desarrollador (si aplica).

Constructors

McpConnectivityInfo({required String platform, required String appUrl, required String mcpServerUrl, required String connectCommand, required bool isSupported})
const

Properties

appUrl String
URL donde escucha el HTTP server dentro de la app.
final
connectCommand String
Comando a ejecutar en la PC para configurar el forwarding (o vacío si no aplica).
final
hashCode int
The hash code for this object.
no setterinherited
isSupported bool
Si la plataforma soporta el flujo MCP.
final
mcpServerUrl String
URL que debe usarse en TESTBRIDGE_URL al iniciar mcpe2e_server.
final
platform String
Nombre de la plataforma detectada.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited