v0.1.4版本 #2

Merged
PeterZhong merged 70 commits from host into master 2025-06-15 14:42:58 +00:00
4 changed files with 24 additions and 0 deletions
Showing only changes of commit 6be6db2194 - Show all commits

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
{
}