# MCP Server Configuration
# Copy to .env and customize
# Server display name (shown to clients)
MCP_SERVER_NAME=my-mcp-server
# Logging level (DEBUG, INFO, WARNING, ERROR)
MCP_LOG_LEVEL=INFO
# Allowed file system paths (comma-separated)
# Required for file tools to work
MCP_ALLOWED_PATHS=/Users/yourname/Documents,/Users/yourname/Desktop
# Custom variables (accessed via config.get_custom_var())
# MCP_CUSTOM_VAR_API_KEY=your-api-key
# MCP_CUSTOM_VAR_BASE_URL=https://api.example.com