UNPKG

ai-knowledge-hub

Version:

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

8 lines 190 B
/** * Type definitions barrel exports */ export * from './docs.js'; export * from './guru.js'; export * from './markdown.js'; export * from './notion.js'; //# sourceMappingURL=index.js.map