bc-code-intelligence-mcp
Version:
BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows
10 lines • 387 B
TypeScript
/**
* Test Configuration Loader and Validation System
* Run with: npm run dev -- --test-config
*/
declare function testConfigurationSystem(): Promise<{
configResult: import("../types/config-types.js").ConfigurationLoadResult;
validation: import("./config-validator.js").ValidationResult;
}>;
export { testConfigurationSystem };
//# sourceMappingURL=test-config-loader.d.ts.map