MCP_indicators / .env.example
Qdonnars's picture
feat: Implement MCP Server for Indicateurs Territoriaux API
bad6218
raw
history blame contribute delete
321 Bytes
# API Token for the Indicateurs Territoriaux API
# Get your token from the API provider
INDICATEURS_TE_TOKEN=your_jwt_token_here
# Base URL of the API (default: production)
INDICATEURS_TE_BASE_URL=https://api.indicateurs.ecologie.gouv.fr
# Cache refresh interval in seconds (default: 1 hour)
CACHE_REFRESH_SECONDS=3600