Closed
Description
In my application, I need intergrate multiple mcp servers for one LLM, So i need add server name prefix to tool name in order to let application know which server the tool comes from.
But the name property in McpClientTool
cannot be changed, And it also can't reconstruct McpClientTool
with new name.