serverAddress property

String? serverAddress
getter/setter pair

The address of the MCP server, for example, "https://example.com/mcp/".

If the server is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP transport based servers are supported. See https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http for more details.

Required.

Implementation

core.String? serverAddress;