You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creates a new instance of the tool with the specified name.
27
+
/// This is useful for optimizing the tool name for specific models or for prefixing the tool name with a (usually server-derived) namespace to avoid conflicts.
28
+
/// The server will still be called with the original tool name, so no mapping is required.
29
+
/// </summary>
30
+
/// <param name="name">The model-facing name to give the tool.</param>
31
+
/// <returns>Copy of this McpClientTool with the provided name</returns>
0 commit comments