# Kanka API Configuration for Integration Tests
# Copy this file to .env and fill in your actual values
# Your Kanka API token
KANKA_TOKEN=your-kanka-api-token-here
# Your Kanka campaign ID
KANKA_CAMPAIGN_ID=your-campaign-id-here
# Optional: Defer cleanup of test entities (useful for debugging)
# KANKA_TEST_DEFER_CLEANUP=false
# Optional: Log level for the MCP server during tests
# MCP_LOG_LEVEL=INFO