#!/usr/bin/env node /** * GitMem MCP Server Entry Point * * Run with: npx @nteg/gitmem-mcp * Or: node dist/index.js * * Environment variables: * - SUPABASE_URL: Supabase project URL * - SUPABASE_SERVICE_ROLE_KEY or SUPABASE_KEY: Supabase auth key */ export {}; //# sourceMappingURL=index.d.ts.map