UNPKG

@ooples/token-optimizer-mcp

Version:

Intelligent context window optimization for Claude Code - store content externally via caching and compression, freeing up your context window for what matters

11 lines 446 B
/** * SmartArchive - Intelligent Archive Operations * * Track 2C - Tool #5: Archive operations with smart caching (84%+ token reduction) * * NOTE: This implementation has been removed as part of unused code cleanup. * If archive operations are needed, this file can be restored from git history. */ // Placeholder export to prevent import errors export const SMART_ARCHIVE_PLACEHOLDER = 'removed'; //# sourceMappingURL=smart-archive.js.map