@every-env/sparkle-mcp-server
Version:
MCP server for secure Sparkle folder file access with Claude AI, including clipboard history support
15 lines • 453 B
TypeScript
export declare class RecentActivityTracker {
private recentFiles;
private downloadsWatcher?;
private maxAge;
private downloadsPath;
constructor();
private setupWatchers;
private addRecentFile;
private startCleanupInterval;
private cleanupOldFiles;
getRelevantFiles(query: string, limit: number): Promise<any[]>;
private getTimeAgo;
cleanup(): Promise<void>;
}
//# sourceMappingURL=recent-activity.d.ts.map