package infra // MetabaseClient holds the connection details for a Metabase instance API. type MetabaseClient struct { BaseURL string // e.g. "http://localhost:3000" Token string // session token or API key }