#!/usr/bin/env node /** * NexusForge EU Finance MCP Server * * Transport modes (set via MCP_TRANSPORT env var): * stdio — default, used by npx / Claude Desktop * http — HTTP/SSE, used by systemd (hosted service) * * Quick start (stdio): * npx -y @nexusforge/eu-finance * * Quick start (HTTP): * MCP_TRANSPORT=http PORT=3001 node dist/index.js */ export {}; //# sourceMappingURL=index.d.ts.map