Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| R1_HOST | No | The IP address or hostname for device R1. | |
| R2_HOST | No | The IP address or hostname for device R2. | |
| DEMO_MODE | No | When set to true, the server returns realistic mock data instead of connecting to real devices. | true |
| NETBOX_URL | No | The URL of the NetBox server (e.g., http://localhost:8000). | |
| USE_NETBOX | No | Set to true to pull device inventory from a NetBox instance. | |
| NETBOX_TOKEN | No | The API token for authenticating with NetBox. | |
| DEVICE_PASSWORD | No | The password used to authenticate with the network devices. | |
| DEVICE_USERNAME | No | The username used to authenticate with the network devices. |
Capabilities
Server capabilities have not been inspected yet.
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 | |