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 392 B
// Type exports for BC Code Intelligence MCP server export * from './bc-knowledge.js'; // Export layer types with prefixes to avoid conflicts export * from './layer-types.js'; // Export config types (these take precedence for configuration system) export { LayerSourceType, AuthType, DEFAULT_BC_CODE_INTEL_CONFIG, ENV_VAR_MAPPINGS } from './config-types.js'; //# sourceMappingURL=index.js.map