Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Optional host for HTTP server mode (default: 0.0.0.0) | |
| PORT | No | Optional port for HTTP server mode (default: 3000) | |
| BASE_URL | No | Public URL of the server, required for production HTTP/SSE mode to handle OAuth redirects | |
| TESLA_CLIENT_ID | No | Tesla Client ID from the Tesla Developer Portal | |
| TESLA_CLIENT_SECRET | No | Tesla Client Secret from the Tesla Developer Portal | |
| TESLA_REFRESH_TOKEN | No | Tesla Refresh Token obtained through the OAuth 2.0 flow |
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 | |