# Shared bearer token every client must send to reach the server (the "gate"). # Generate: openssl rand -hex 32 MCP_AUTH_TOKEN=replace_with_a_long_random_token # --- Single-user only ------------------------------------------------------- # Uncomment to bake ONE identity into the server. Every client then acts as # this Freshservice user. For a shared/multi-user server, LEAVE THESE OUT and # have each client send its own X-Freshservice-Domain / X-Freshservice-Key # headers instead (see README → "Multiple users"). # FRESHSERVICE_DOMAIN=pesco # FRESHSERVICE_API_KEY=your_freshservice_api_key