Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VNC_HOST | Yes | The IP address or hostname of the VNC server to connect to. | |
| VNC_PORT | Yes | The port number of the VNC server (e.g., 5900). | |
| VNC_PASSWORD | Yes | The password required to authenticate with the VNC server. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vnc_click | Click at specified coordinates |
| vnc_move_mouse | Move mouse to specified coordinates |
| vnc_key_press | Press a key or key combination |
| vnc_type_text | Type text string |
| vnc_type_multiline | Type multiple lines of text, separated by newlines |
| vnc_screenshot | Take a screenshot of the current screen |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |