Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_TOKEN | No | Your JWT token (optional) | |
| SNOWFLAKE_ROLE | No | Your Snowflake role (optional) | |
| SNOWFLAKE_USER | No | Your Snowflake username | |
| SNOWFLAKE_SCHEMA | No | Your Snowflake schema | |
| SNOWFLAKE_ACCOUNT | No | Your Snowflake account | |
| SNOWFLAKE_DATABASE | No | Your Snowflake database | |
| SNOWFLAKE_PASSWORD | No | Your Snowflake password | |
| SNOWFLAKE_WAREHOUSE | No | Your Snowflake warehouse | |
| SNOWFLAKE_PRIVATE_KEY_PATH | No | Path to private key file for authentication | |
| SNOWFLAKE_PRIVATE_KEY_PASSPHRASE | No | Optional passphrase for the private key |
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 | |