-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
38 lines (29 loc) · 800 Bytes
/
.env.example
File metadata and controls
38 lines (29 loc) · 800 Bytes
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
32
33
34
35
36
37
# InstrMCP Environment Configuration
# Copy this file to .env and customize for your setup
# QCoDeS Station Configuration
STATION_YAML=./config/station.station.yaml
DRIVERS_YAML=./config/drivers.yaml
QCODES_CONFIG=./config/qcodes.ini
# Server Configuration
HOST=0.0.0.0
PORT=8000
MCP_PATH=/mcp
# State Management
STATE_DIR=./state
# Instrument Autoloading
# Comma-separated list of instruments to load on startup
# Leave empty to load no instruments by default (safest)
QMS_AUTOLOAD=mock_dac,mock_gate
# Logging
LOG_LEVEL=INFO
LOG_FILE=./state/logs/qcodes_mcp.log
REQUEST_LOGGING=true
# Safety Settings
ENABLE_PARAMETER_SETTING=false
ENABLE_MEASUREMENTS=false
MAX_SNAPSHOT_TIME=30.0
# Development Settings
DEBUG=false
RELOAD=false
# QCoDeS Database
QCODES_DB_LOCATION=./state/qcodes_data.db