v0.1.4版本 #2
6
client/tool/ArcGisPro.cs
Normal file
6
client/tool/ArcGisPro.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace LinkToolAddin.client.tool;
|
||||||
|
|
||||||
|
public class ArcGisPro
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
6
host/McpServerList.cs
Normal file
6
host/McpServerList.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace LinkToolAddin.host;
|
||||||
|
|
||||||
|
public class McpServerList
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
6
host/mcp/InnerMcpServer.cs
Normal file
6
host/mcp/InnerMcpServer.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace LinkToolAddin.host.mcp;
|
||||||
|
|
||||||
|
public class InnerMcpServer
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
6
host/mcp/McpToolDefinition.cs
Normal file
6
host/mcp/McpToolDefinition.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace LinkToolAddin.host.mcp;
|
||||||
|
|
||||||
|
public class McpDefinition
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user