McpConnectivityInfo class

Connectivity information for the current platform.

Indicates how TESTBRIDGE_URL should be configured in mcpe2e_server and what command to run on the developer's PC (if applicable).

Constructors

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

Properties

appUrl String
URL where the HTTP server listens inside the app.
final
connectCommand String
Command to run on the PC to configure forwarding (or empty if not applicable).
final
hashCode int
The hash code for this object.
no setterinherited
isSupported bool
Whether the platform supports the MCP flow.
final
mcpServerUrl String
URL to use in TESTBRIDGE_URL when starting mcpe2e_server.
final
platform String
Name of the detected platform.
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