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 267 B
/** * Test the Git Knowledge Layer with configuration system * Run with: npm run dev -- --test-git */ declare function testGitLayer(): Promise<import("../types/layer-types.js").LayerLoadResult>; export { testGitLayer }; //# sourceMappingURL=test-git-layer.d.ts.map