zhou zhou
昨天 88b3f09a702f8f8515af43bc14242ecca2a667db
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);