UNPKG

dependency-context

Version:

MCP server for providing dependency documentation context to AI assistants

5 lines (4 loc) 177 B
/** * Downloads raw dependency documentation to a local folder without vectorization */ export declare function downloadRawDependencyDocs(projectPath: string): Promise<void>;