接入MCP ListTool能力
This commit is contained in:
parent
6e0908a4fa
commit
6be6db2194
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