UNPKG

@sofianedjerbi/knowledge-tree-mcp

Version:

MCP server for hierarchical project knowledge management

10 lines 310 B
/** * 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