inecta-food-knowledge-mcp
Version:
MCP server for INECTA Food Knowledge Base - semantic search and dependency analysis for Business Central AL code and documentation
16 lines • 700 B
TypeScript
/**
* inecta Food Knowledge Base MCP Server
*
* Provides 13 tools for semantic search and dependency analysis
* of Business Central AL code, documentation, and inecta University user manuals.
*
* Tool Groups:
* 1. Search & Content (4 tools): search_knowledge_base, find_similar_logic, find_similar_code, get_document_content
* 2. Discovery (1 tool): list_modules
* 3. Object Registry (4 tools): get_object_info, get_next_available_id, list_reserved_ids, release_reserved_id
* 4. Dependency Analysis (2 tools): get_dependencies, generate_call_graph
* 5. Advanced Analysis (2 tools): map_event_chain, analyze_table_usage
*/
export {};
//# sourceMappingURL=index.d.ts.map