# ============================================================================= # STDIO MODE (local, via `npm run dev` or `npm start`) # ============================================================================= # These are read from the server's environment when running in stdio mode. SOLIDTIME_API_TOKEN=your-api-token-here SOLIDTIME_ORGANIZATION_ID=your-organization-uuid-here # Optional — defaults to https://app.solidtime.io # SOLIDTIME_API_URL=https://your-instance.example.com # Optional — IANA timezone name for displaying and accepting local times (e.g. Europe/Berlin, America/New_York) # Without this, all times are shown and expected in UTC. # SOLIDTIME_TIMEZONE=Europe/Berlin # ============================================================================= # HTTP MODE (cloud, via `npm run start:http` or Docker) # ============================================================================= # In HTTP mode, API token and org ID come from MCP client headers, # NOT from environment variables. Only server-level config goes here. # # PORT=3000 # SOLIDTIME_API_URL=https://app.solidtime.io