Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLASSPATH | Yes | The path to the Tibero JDBC driver (tibero6-jdbc.jar) | |
| TIBERO_SID | No | The SID (System Identifier) of the Tibero database | tibero |
| TIBERO_HOST | No | The hostname of the Tibero database server | localhost |
| TIBERO_PORT | No | The port number of the Tibero database server | 8629 |
| TIBERO_USER | Yes | The username for connecting to the Tibero database | |
| TIBERO_PASSWORD | Yes | The password for connecting to the Tibero database |
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 |
|---|---|
| execute_sql | Execute an SQL query on the Tibero server |
| get_table_info | Get detailed information about a table |