.env.exampleβ’2.09 kB
# =====================================================
# π MCP Namespace
# =====================================================
# Namespace prefix for all tools and resources.
# Default: ffcal
NAMESPACE=ffcal
# =====================================================
# βοΈ Scraper Configuration
# =====================================================
# Timeout for Playwright in milliseconds
# Default: 5000 (5s)
SCRAPER_TIMEOUT_MS=2000
# Local timezone override (uses system local if not set)
# Example: Europe/Luxembourg
#LOCAL_TIMEZONE=Europe/Luxembourg
# =====================================================
# π Event Fields
# =====================================================
# Control which fields to include/exclude in normalized event data.
# - If both are empty, only the default lean set of fields is included.
# - If both are set, INCLUDE_FIELDS takes precedence.
# - INCLUDE_FIELDS supports wildcard (*) to include all fields.
# Example: INCLUDE_FIELDS=*
# β includes all fields
INCLUDE_FIELDS=
EXCLUDE_FIELDS=
# Example usage:
# INCLUDE_FIELDS=id,name,country,currency,date,actual,forecast,previous
# EXCLUDE_FIELDS=notice,dateline,hasLinkedThreads,checkedIn,firstInDay
# =====================================================
# π Possible Fields (reference only)
# =====================================================
# id,
# ebaseId,
# name,
# prefixedName,
# trimmedPrefixedName,
# soloTitle,
# soloTitleFull,
# soloTitleShort,
# notice,
# dateline,
# country,
# currency,
# hasLinkedThreads,
# hasNotice,
# hasDataValues,
# hasGraph,
# checkedIn,
# isMasterList,
# firstInDay,
# showGridLine,
# greyed,
# upNext,
# releaser,
# checker,
# impactName,
# impactClass,
# impactTitle,
# timeLabel,
# timeMasked,
# hideHistory,
# hideSoloPage,
# actual,
# previous,
# revision,
# forecast,
# leaked,
# actualBetterWorse,
# revisionBetterWorse,
# isSubscribable,
# isSubscribed,
# showDetails,
# showGraph,
# enableDetailComponent,
# enableExpandComponent,
# enableActualComponent,
# showExpanded,
# siteId,
# editUrl,
# date,
# url,
# soloUrl