# API Configuration (if your tools call an external API)
API_BASE_URL=http://localhost:8000/api/v1
API_KEY=your_api_key_here
# MCP Server Authentication
# Set this to require Bearer token auth for remote HTTP/SSE access
MCP_API_KEY=your_secure_token_here
# Server Configuration
ENVIRONMENT=development
DEBUG=true