HostedMcpServerTool.ServerAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the address of the remote MCP server. This may be a URL, or in the case of a service providing built-in MCP servers with known names, it can be such a name.
public:
property System::String ^ ServerAddress { System::String ^ get(); };
public string ServerAddress { get; }
member this.ServerAddress : string
Public ReadOnly Property ServerAddress As String