export const VAULT_HTTP_FETCH_TOOL_NAME = 'VaultHttpFetch' /** HTTP request response body cap (1 MB) — matches axios maxContentLength. */ export const RESPONSE_BODY_CAP_BYTES = 1_048_576 /** Per-request timeout. */ export const REQUEST_TIMEOUT_MS = 30_000