diff --git a/host/McpServerList.cs b/host/McpServerList.cs index 2752204..ca7415d 100644 --- a/host/McpServerList.cs +++ b/host/McpServerList.cs @@ -67,21 +67,21 @@ public class McpServerList "bing-cn-mcp" } }); - // servers.Add("mcp-python-interpreter", new StdioMcpServer() - // { - // Name = "mcp-python-interpreter", - // Type = "stdio", - // Command = "uvx", - // Args = new List() - // { - // "--native-tls", - // "mcp-python-interpreter", - // "--dir", - // "D:\\01_Project\\20250305_LinkTool\\20250420_AiDemoProject\\TestData", - // "--python-path", - // "C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\custom\\python.exe" - // } - // }); + servers.Add("mcp-python-interpreter", new StdioMcpServer() + { + Name = "mcp-python-interpreter", + Type = "stdio", + Command = "uvx", + Args = new List() + { + "--native-tls", + "mcp-python-interpreter", + "--dir", + "D:\\01_Project\\20250305_LinkTool\\20250420_AiDemoProject\\TestData", + "--python-path", + "C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\custom\\python.exe" + } + }); } public McpServer GetServer(string name)