UNPKG

@shirokuma-library/mcp-knowledge-base

Version:

Shirokuma MCP Server for comprehensive knowledge management including issues, plans, documents, and work sessions. All stored data is structured for AI processing, not human readability.

8 lines (7 loc) 380 B
export { BaseHandler } from './base-handler.js'; export { StatusHandlers } from './status-handlers.js'; export { TagHandlers } from './tag-handlers.js'; export { SessionHandlers } from './session-handlers.js'; export { SummaryHandlers } from './summary-handlers.js'; export { TypeHandlers } from './type-handlers.js'; export { FileIndexHandlers } from './file-index-handlers.js';