vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
3 lines • 302 B
TypeScript
import { CodeMapGeneratorConfig } from './types.js';
export declare function collectSourceFiles(rootDir: string, supportedExtensions: string[], ignoredPatterns: RegExp[], config: CodeMapGeneratorConfig, returnBatches?: boolean): Promise<string[] | string[][]>;
//# sourceMappingURL=fileScanner.d.ts.map