Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JETSON_HOST | No | Your Jetson's IP address | 192.168.1.100 |
| DOCKER_REGISTRY | No | Private registry for edge deployments | localhost:5000 |
| JETSON_PASSWORD | No | SSH password (or use SSH key) | |
| JETSON_USERNAME | No | SSH username | |
| JETSON_POWER_MODE | No | Power mode: 0=MAXN, 1=5W, 2=10W | 0 |
| JETSON_SSH_KEY_PATH | No | Alternative: SSH key path | ~/.ssh/id_rsa |
| CUDA_VISIBLE_DEVICES | No | GPU device selection | 0 |
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 | |