UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

12 lines 448 B
export interface ImportResolverOptions { projectRoot: string; fromFile: string; language: string; useCache?: boolean; extensions?: string[]; expandSecurityBoundary?: boolean; } export declare function resolveImport(importPath: string, options: ImportResolverOptions): string; export declare function clearImportCache(): void; export declare function getImportCacheSize(): number; //# sourceMappingURL=importResolver.d.ts.map