Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 127.0.0.1 |
| PORT | No | Server port | 3000 |
| TESSIE_VIN | Yes | Tesla Vehicle VIN (17 characters) | |
| AUTH_ENABLED | No | Enable authentication | true |
| BEARER_TOKEN | Yes | Auth token for MCP clients (generate with: openssl rand -hex 32) | |
| AUTH_STRATEGY | No | Authentication strategy | bearer |
| TESSIE_ACCESS_TOKEN | Yes | Tessie API access token |
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 | |