mcserial/.env.example

14 lines
339 B
Text
Raw Permalink Normal View History

# MCP Serial Server Configuration
# Default baud rate for serial connections
MCSERIAL_DEFAULT_BAUDRATE=9600
# Default timeout in seconds for read operations
MCSERIAL_DEFAULT_TIMEOUT=1.0
# Maximum number of concurrent serial port connections
MCSERIAL_MAX_CONNECTIONS=10
# Log level (DEBUG, INFO, WARNING, ERROR)
MCSERIAL_LOG_LEVEL=INFO