Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OB_HOST | Yes | Database host | localhost |
| OB_PORT | No | Database port | 2881 |
| OB_USER | Yes | Your OceanBase username | |
| OB_DATABASE | Yes | Your OceanBase database name | |
| OB_PASSWORD | Yes | Your OceanBase password |
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 OceanBase server |