MCPToolAdapter 将 MCP 工具适配为 aster Tool 接口
| 11 | |
| 12 | // MCPToolAdapter 将 MCP 工具适配为 aster Tool 接口 |
| 13 | type MCPToolAdapter struct { |
| 14 | client *cloud.MCPClient |
| 15 | name string |
| 16 | description string |
| 17 | inputSchema map[string]any |
| 18 | prompt string |
| 19 | } |
| 20 | |
| 21 | // MCPToolAdapterConfig MCP 工具适配器配置 |
| 22 | type MCPToolAdapterConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected