namespace McpStudy.McpClient { internal class Program { static void Main(string[] args) { Console.WriteLine("调用MCP服务器示例"); } } }