#!/usr/bin/env node /** * Bhived MCP Server — Entry Point * * Creates the MCP server, registers all tools/resources/prompts, * and starts the appropriate transport (stdio or streamable-http). */ export {}; //# sourceMappingURL=index.d.ts.map