#!/usr/bin/env node /** * @fileoverview brapi-mcp-server MCP server entry point. Registers the MCP * surface (tools/resources/prompts) and initializes domain services in * `setup()` before the transport starts. * * @module index */ export {}; //# sourceMappingURL=index.d.ts.map