# Skeleton MCP Server Configuration
# Copy this file to .env and fill in your values
# API Authentication
# Your API key for the backend service
API_KEY=your-api-key-here
# API Configuration
# Base URL for the backend API (without trailing slash)
API_BASE_URL=https://api.example.com/v1
# Request timeout in seconds
API_TIMEOUT=30
# Debug mode (true/false)
# Enables verbose logging when set to true
DEBUG=false