| | |
| | | package com.vincent.rsf.server.ai.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.vincent.rsf.server.ai.dto.AiMcpConnectivityTestDto; |
| | | import com.vincent.rsf.server.ai.dto.AiMcpToolPreviewDto; |
| | | import com.vincent.rsf.server.ai.dto.AiMcpToolTestDto; |
| | | import com.vincent.rsf.server.ai.dto.AiMcpToolTestRequest; |
| | |
| | | |
| | | List<AiMcpToolPreviewDto> previewTools(Long mountId, Long userId, Long tenantId); |
| | | |
| | | AiMcpConnectivityTestDto testConnectivity(Long mountId, Long userId, Long tenantId); |
| | | |
| | | AiMcpToolTestDto testTool(Long mountId, Long userId, Long tenantId, AiMcpToolTestRequest request); |
| | | } |