@sofianedjerbi/knowledge-tree-mcp
Version:
MCP server for hierarchical project knowledge management
10 lines • 310 B
TypeScript
/**
* Usage analytics tool implementation
* Provides comprehensive usage analytics for the knowledge base
*/
import type { ToolHandler } from '../types/index.js';
/**
* Handler for the usage_analytics tool
*/
export declare const usageAnalyticsHandler: ToolHandler;
//# sourceMappingURL=analytics.d.ts.map