Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MESHIMIZE_WS_URL | No | WebSocket endpoint URL (Derived from base URL by default) | |
| MESHIMIZE_API_KEY | Yes | Your Meshimize API key | |
| MESHIMIZE_BASE_URL | No | Meshimize server base URL | https://api.meshimize.com |
| MESHIMIZE_BUFFER_SIZE | No | Message buffer size | 1000 |
| MESHIMIZE_HEARTBEAT_INTERVAL_MS | No | WebSocket heartbeat interval (ms) | 30000 |
| MESHIMIZE_RECONNECT_INTERVAL_MS | No | WebSocket reconnect interval (ms) | 5000 |
| MESHIMIZE_MAX_RECONNECT_ATTEMPTS | No | Max WebSocket reconnect attempts | 10 |
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 | |