UNPKG

mcp-adr-analysis-server

Version:

MCP server for analyzing Architectural Decision Records and project architecture

8 lines 260 B
/** * Utility for getting current directory in Jest-compatible way */ /** * Get current directory in a way that works in both Jest and normal execution */ export declare function getCurrentDirCompat(): string; //# sourceMappingURL=directory-compat.d.ts.map