UNPKG

bc-code-intelligence-mcp

Version:

BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows

7 lines 270 B
/** * Test Enhanced Layer Service with Configuration System * Run with: npm run dev -- --test-enhanced-layers */ declare function testEnhancedLayerService(): Promise<void>; export { testEnhancedLayerService }; //# sourceMappingURL=test-enhanced-layer-service.d.ts.map