vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
11 lines • 420 B
TypeScript
export interface ImportResolverOptions {
projectRoot: string;
fromFile: string;
language: string;
useCache?: boolean;
extensions?: string[];
}
export declare function resolveImport(importPath: string, options: ImportResolverOptions): string;
export declare function clearImportCache(): void;
export declare function getImportCacheSize(): number;
//# sourceMappingURL=importResolver.optimized.d.ts.map