Code2MCP-alphagenome / config.env.example
kabudadada
Extend adapter to match MCP service tools
1764d9d
# 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