zhou zhou
19 小时以前 1d0ab9996661fdc66037870d4b98037f2dfa079a
rsf-server/src/main/java/com/vincent/rsf/server/ai/service/AiMcpMountService.java
@@ -10,11 +10,11 @@
public interface AiMcpMountService extends IService<AiMcpMount> {
    List<AiMcpMount> listActiveMounts();
    List<AiMcpMount> listActiveMounts(Long tenantId);
    void validateBeforeSave(AiMcpMount aiMcpMount);
    void validateBeforeSave(AiMcpMount aiMcpMount, Long tenantId);
    void validateBeforeUpdate(AiMcpMount aiMcpMount);
    void validateBeforeUpdate(AiMcpMount aiMcpMount, Long tenantId);
    List<AiMcpToolPreviewDto> previewTools(Long mountId, Long userId, Long tenantId);