# Required: URL of your Crawl4AI server
CRAWL4AI_BASE_URL=http://localhost:11235
# Optional: API key for authentication (if your server requires it)
CRAWL4AI_API_KEY=
# Optional: Custom server name and version
SERVER_NAME=crawl4ai-mcp
SERVER_VERSION=0.7.4
# Optional: For LLM extraction tests
LLM_PROVIDER=openai/gpt-4o-mini
LLM_API_TOKEN=your-llm-api-key
LLM_BASE_URL=https://api.openai.com/v1 # If using custom endpoint