#!/usr/bin/env node /** * Samarth GTM MCP Server — Entry Point * * Supports two transport modes: * GTM_MCP_TRANSPORT=stdio (default) — for Claude Desktop, Cursor, Claude Code * GTM_MCP_TRANSPORT=http — for cloud/team Streamable HTTP server * * Usage: * # stdio (default) * node dist/index.js * * # HTTP server * GTM_MCP_TRANSPORT=http GTM_MCP_HTTP_PORT=3001 node dist/index.js */ import 'dotenv/config'; //# sourceMappingURL=index.d.ts.map