serverAddress property

String? serverAddress
getter/setter pair

The server address of the MCP server, e.g., "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. This is the same as the server_address in the McpToolset. See https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http for more details.

Required.

Implementation

core.String? serverAddress;