# Adobe XD MCP Server Configuration

# Server settings
PORT=3000

# Log level (debug, info, warn, error)
LOG_LEVEL=info

# Adobe XD plugin integration settings (only needed if developing a custom plugin)
XD_PLUGIN_ID=your_plugin_id_here
XD_CLIENT_ID=your_client_id_here
XD_CLIENT_SECRET=your_client_secret_here
