Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Whether to run the server in debug mode (e.g. True) | |
| LOG_LEVEL | No | The log level (e.g. INFO) | |
| TRANSPORT | No | The transport to use (e.g. sse). Options: [stdio, sse, streamable-http] | sse |
| SERVER_HOST | No | The host to bind the server to (e.g. 0.0.0.0) | |
| SERVER_PORT | No | The port to bind the server to (e.g. 8000) | |
| DATABRICKS_HOST | Yes | The Databricks host URL (e.g. https://adb-123456789012345.12.azuredatabricks.net) | |
| DATABRICKS_TOKEN | Yes | The Databricks API token |
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 | |