Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TES_URL | Yes | The base URL of your TES service (e.g., https://tes.example.com) | |
| MCP_HOST | No | Server host address | 0.0.0.0 |
| MCP_PORT | No | Server port number | 8080 |
| LOG_LEVEL | No | Logging level - DEBUG, INFO, WARNING, ERROR | INFO |
| TES_TOKEN | Yes | Authentication token for the TES service | |
| TES_MAX_RETRIES | No | Maximum number of retry attempts | 3 |
| TASK_POLL_INTERVAL | No | Polling interval for task monitoring in seconds | 5 |
| TES_BACKOFF_FACTOR | No | Backoff factor for retries | 1.0 |
| TES_REQUEST_TIMEOUT | No | HTTP request timeout in seconds | 60 |
| TASK_POLL_MAX_ATTEMPTS | No | Maximum polling attempts | 120 |
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 | |