接入MCP ListTool能力

This commit is contained in:
PeterZhong 2025-05-19 12:10:18 +08:00
parent 6e0908a4fa
commit 6be6db2194
4 changed files with 24 additions and 0 deletions

6
client/tool/ArcGisPro.cs Normal file
View File

@ -0,0 +1,6 @@
namespace LinkToolAddin.client.tool;
public class ArcGisPro
{
}

6
host/McpServerList.cs Normal file
View File

@ -0,0 +1,6 @@
namespace LinkToolAddin.host;
public class McpServerList
{
}

View File

@ -0,0 +1,6 @@
namespace LinkToolAddin.host.mcp;
public class InnerMcpServer
{
}

View File

@ -0,0 +1,6 @@
namespace LinkToolAddin.host.mcp;
public class McpDefinition
{
}