UNPKG

@sofianedjerbi/knowledge-tree-mcp

Version:

MCP server for hierarchical project knowledge management

11 lines 335 B
/** * Help tool implementation * Provides context-aware help for using the Knowledge MCP system * Optimized for AI/LLM consumption with structured markdown */ import type { ToolHandler } from '../types/index.js'; /** * Handler for the help tool */ export declare const helpHandler: ToolHandler; //# sourceMappingURL=help.d.ts.map