# BigCommerce API Configuration
# Get these values from your BigCommerce admin panel:
# Advanced Settings > API Accounts
# Your store's unique identifier (found in store URL or API account details)
BIGCOMMERCE_STORE_HASH=your_store_hash_here
# API key with appropriate scopes (Products, Orders, Customers)
BIGCOMMERCE_API_KEY=your_api_key_here
# MCP Server Authentication (optional)
# If set, clients must include "Authorization: Bearer <token>" header
MCP_AUTH_TOKEN=your_secure_token_here