Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_DSN | No | Connection string (Oracle/Sybase advanced) | |
| DB_HOST | Yes | Hostname or IP address | localhost |
| DB_PORT | No | Port number (auto-detected based on DB_TYPE if not provided) | |
| DB_TYPE | Yes | Type of DB: mysql, mssql, sybase, oracle | mysql |
| DB_USER | Yes | Database username | root |
| DB_DATABASE | Yes | Database name | test |
| DB_PASSWORD | Yes | Database password | |
| DB_SERVER_NAME | No | Explicit Server Name (Sybase only) |
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 | |