UNPKG

mcp-adr-analysis-server

Version:

MCP server for analyzing Architectural Decision Records and project architecture

14 lines 526 B
/** * @deprecated This utility was removed as part of memory-centric architecture transformation. * Please migrate to mcp-shrimp-task-manager for task management. * For architectural memory, use the new memory-centric tools. * Migration guide: https://github.com/tosin2013/mcp-adr-analysis-server/docs/migration.md */ export declare class TodoFileWatcher { constructor(); watch(): void; stop(): void; static create(): void; } export default TodoFileWatcher; //# sourceMappingURL=todo-file-watcher.d.ts.map