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

12 lines 323 B
#!/usr/bin/env node /** * Post-install setup script for BCKB MCP Server * * Runs after npm install to: * - Create necessary directories * - Set up default configuration * - Display setup instructions */ declare function postInstall(): Promise<void>; export { postInstall }; //# sourceMappingURL=post-install.d.ts.map