address property

String address
final

The bind address for HTTP transport.

Only used when transport is McpTransport.http. Defaults to '127.0.0.1' (loopback). Use '0.0.0.0' to listen on all interfaces.

Implementation

final String address;