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

7 lines 854 B
/** * Advanced Caching & Optimization Tools * Track 2D - Phase 2 */ export { CacheCompressionTool, runCacheCompression, CACHE_COMPRESSION_TOOL_DEFINITION, type CacheCompressionOptions, type CacheCompressionResult, type CompressionAlgorithm, type CompressionLevel, type DataType, type CompressionOperation, type CompressionAnalysis, type CompressionRecommendation, type BenchmarkResult, type CompressionConfig, } from './cache-compression.js'; export { CacheBenchmark, runCacheBenchmark, CACHE_BENCHMARK_TOOL_DEFINITION, type CacheBenchmarkOptions, type CacheBenchmarkResult, type CacheStrategy, type WorkloadType, type CacheConfig, type WorkloadConfig, type BenchmarkResults, type ComparisonResult, type LoadTestResults, type LatencyMetrics, type ThroughputMetrics, type ReportFormat, } from './cache-benchmark.js'; //# sourceMappingURL=index.d.ts.map