@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
12 lines • 522 B
JavaScript
/**
* Intelligence & AI Tools
*
* Phase 3: Advanced AI and intelligence tools for automation and insights
*/
// SmartSummarization - Implementation pending
// RecommendationEngine - Implementation pending
// NaturalLanguageQuery - Implementation pending
// AnomalyExplainer - Implementation pending
// Note: Exports temporarily removed until implementation is complete
export { KnowledgeGraphTool, getKnowledgeGraphTool, KNOWLEDGE_GRAPH_TOOL_DEFINITION, } from './knowledge-graph.js';
//# sourceMappingURL=index.js.map