using System.Collections.Generic; namespace LinkToolAddin.host.mcp; public class McpToolRequest { public McpServer McpServer { get; set; } public string ToolName { get; set; } public Dictionary ToolArgs { get; set; } }