Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QSYS_HOST | No | Q-SYS Core IP address | |
QSYS_PORT | No | WebSocket port | 443 |
QSYS_MCP_DEBUG | No | Enable debug logging | |
QSYS_AUTO_CONNECT | No | Auto-connect on startup | |
QSYS_POLLING_INTERVAL | No | Control polling interval in ms | 350 |
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 |
---|---|
qsys_connect | Connect to Q-SYS Core processor |
qsys_discover | Discover available components and their controls |
qsys_get | Get current values from controls |
qsys_set | Set control values |
qsys_status | Get connection status and system information |