Skip to content

Commit eb8df02

Browse files
committed
Update serverAddress documentation
1 parent 4e29463 commit eb8df02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Libraries/Microsoft.Extensions.AI.Abstractions/Tools/HostedMcpServerTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class HostedMcpServerTool : AITool
1818
/// Initializes a new instance of the <see cref="HostedMcpServerTool"/> class.
1919
/// </summary>
2020
/// <param name="serverName">The name of the remote MCP server.</param>
21-
/// <param name="serverAddress">The address of the remote MCP server.</param>
21+
/// <param name="serverAddress">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.</param>
2222
/// <exception cref="ArgumentNullException"><paramref name="serverName"/> or <paramref name="serverAddress"/> is <see langword="null"/>.</exception>
2323
/// <exception cref="ArgumentException"><paramref name="serverName"/> or <paramref name="serverAddress"/> is empty or composed entirely of whitespace.</exception>
2424
public HostedMcpServerTool(string serverName, string serverAddress)

0 commit comments

Comments
 (0)