-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 848 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CData Connect Cloud MCP Server - Environment Configuration Template
# Copy this file to .env and configure your actual values
# Required: CData Connect Cloud credentials
CDATA_USERNAME=your_username_here
CDATA_PAT=your_personal_access_token_here
# Optional: Custom CData API URL (defaults to https://cloud.cdata.com/api)
CDATA_API_URL=https://cloud.cdata.com/api
# Optional: Transport configuration
TRANSPORT_TYPE=stdio # Options: stdio, http
PORT=3000 # HTTP server port (when using http transport)
HOST=localhost # HTTP server host (when using http transport)
# Optional: Logging configuration
LOG_ENABLED=false # Enable/disable logging
LOG_LEVEL=info # Log level: error, warn, info, debug
# Optional: Inspector-specific settings
MCP_INSPECTOR_TIMEOUT=30000 # Timeout for inspector requests in milliseconds