# MCP Server Environment Variables # Copy this file to .env and fill in the values # Server configuration PORT=3000 LOG_LEVEL=info # API Authentication # OAuth2 authentication (implicit flow) OAUTH_TOKEN_PETSTORE_AUTH=your_oauth_token_here API_KEY_API_KEY=your_api_key_here # Add any other environment variables your API might need