multi-agent-mcp / .env.example
Cduplar's picture
Initial public release: Multi-Agent MCP Delegation Server
8b02e7c
Raw
History Blame
446 Bytes
# Delegation MCP Environment Variables
# API Keys (if using cloud-hosted CLIs)
# ANTHROPIC_API_KEY=your_key_here
# GOOGLE_API_KEY=your_key_here
# OPENAI_API_KEY=your_key_here
# MCP Server Configuration
MCP_SERVER_PORT=3000
MCP_SERVER_HOST=localhost
# Gradio UI Configuration
GRADIO_SERVER_PORT=7860
GRADIO_SERVER_NAME=0.0.0.0
# Logging
LOG_LEVEL=INFO
LOG_FILE=delegation_mcp.log
# Delegation Settings
AUTO_APPROVE=false
LOG_DELEGATIONS=true