# Intersight MCP HTTP Server Environment Configuration
# Copy this file to .env and update with your actual values
# Required: Your Intersight API Key ID
INTERSIGHT_API_KEY_ID=your_api_key_id_here
# Optional: Intersight base URL (defaults to https://intersight.com)
INTERSIGHT_BASE_URL=https://intersight.com
# Optional: Server port (defaults to 3000)
PORT=3000
# Example values:
# INTERSIGHT_API_KEY_ID=64f1c3e5c58f4a0001234567/64f1c3e5c58f4a0001abcdef/65a2b4d6e78f9c0001xyz123
# INTERSIGHT_BASE_URL=https://eu-intersight.com
# PORT=8080