Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MODBUS_HOST | No | Host address for TCP/UDP | 127.0.0.1 |
MODBUS_PORT | No | Port for TCP/UDP | 502 |
MODBUS_TYPE | No | Connection type: tcp, udp, or serial | tcp |
MODBUS_PARITY | No | Serial parity: N (none), E (even), O (odd) | N |
MODBUS_TIMEOUT | No | Serial timeout (seconds) | 1 |
MODBUS_BAUDRATE | No | Serial baud rate | 9600 |
MODBUS_BYTESIZE | No | Serial byte size | 8 |
MODBUS_STOPBITS | No | Serial stop bits | 1 |
MODBUS_SERIAL_PORT | No | Serial port (e.g., /dev/ttyUSB0, COM1) | /dev/ttyUSB0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |