-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 1.93 KB
/
Copy path.env.example
File metadata and controls
31 lines (27 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ConfigurationDesk MCP Server — example environment configuration.
#
# Copy this file to ".env" (same directory you run the server from) and edit.
# Every variable is OPTIONAL — the server runs with all defaults in stdio mode.
# Names are case-insensitive. See docs/configuration.md for the full reference.
# ── Transport ────────────────────────────────────────────────────────────────
# stdio is the supported public transport. Streamable HTTP is a loopback-only
# opt-in for local testing and is not supported for remote deployment.
# MCP_TRANSPORT=stdio
# MCP_ENABLE_STREAMABLE_HTTP=false
# MCP_HOST=127.0.0.1 # HTTP transport only: 127.0.0.1, ::1, or localhost
# MCP_PORT=8000 # HTTP transport only (1-65535)
# ── Logging ──────────────────────────────────────────────────────────────────
# DEBUG | INFO | WARNING | ERROR | CRITICAL. Logs go to stderr (stdout is the
# MCP protocol channel in stdio mode).
# LOG_LEVEL=INFO
# ── COM bridge ───────────────────────────────────────────────────────────────
# Timeout (ms) for a single COM call (500-120000).
# COM_TIMEOUT_MS=30000
# Max ms to wait for ConfigurationDesk to initialize after launch (5000-120000).
# COM_LAUNCH_TIMEOUT_MS=30000
# Reconnect attempts after RPC_E_DISCONNECTED before the circuit opens (1-10).
# COM_RECONNECT_ATTEMPTS=3
# Override the COM ProgID to pin a specific installed ConfigurationDesk version.
# CONFIGURATIONDESK_PROGID=ConfigurationDesk.Application
# Path to the dSPACE COM "Enums" helper package, if not auto-discovered.
# CONFIGURATIONDESK_COMMON_PATH=