Spaces:
Sleeping
Sleeping
| # AlphaGenome MCP Service Environment Variables | |
| # Copy this file to config.env and fill in your actual values | |
| # AlphaGenome API Key (required) | |
| # Get your API key from: https://github.com/google-deepmind/alphagenome | |
| ALPHAGENOME_API_KEY=your_api_key_here | |
| # MCP Service Configuration | |
| MCP_PORT=7860 | |
| MCP_TRANSPORT=http | |
| # Optional: Logging level | |
| LOG_LEVEL=INFO | |