@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
14 lines • 430 B
TypeScript
/**
* File Operations Tools - Token-Optimized File I/O
*/
export * from './smart-read.js';
export * from './smart-write.js';
export * from './smart-edit.js';
export * from './smart-glob.js';
export * from './smart-grep.js';
export * from './smart-status.js';
export * from './smart-diff.js';
export * from './smart-log.js';
export * from './smart-branch.js';
export * from './smart-merge.js';
//# sourceMappingURL=index.d.ts.map