UNPKG

ai-knowledge-hub

Version:

MCP server that provides unified access to organizational knowledge across multiple platforms (local docs, Guru, Notion)

8 lines (7 loc) 157 B
/** * Type definitions barrel exports */ export * from './docs.js'; export * from './guru.js'; export * from './markdown.js'; export * from './notion.js';