Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISA_TIMEOUT | No | Communication timeout in milliseconds | 30000 |
| RIGOL_RESOURCE | Yes | VISA resource string for connecting to the oscilloscope (e.g., TCPIP0::192.168.1.100::inst0::INSTR) | |
| RIGOL_TEMP_DIR | No | Host-side path for returned file paths. The container always writes to /tmp/rigol internally and translates paths to this value in responses. Must match the host path in your -v mount. Outside Docker, this sets the directory for temporary files (waveforms, screenshots); if not set, uses system default temp directory. | |
| RIGOL_BEEPER_ENABLED | No | Enable/disable oscilloscope beeper sounds | false |
| RIGOL_AUTO_SCREENSHOT | No | Automatically capture screenshot after each MCP tool execution for visualization/debugging. Screenshots are saved with human-readable timestamp format (e.g., auto_screenshot_20251030_143045_123.png) for chronological sorting. | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |