Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSN | No | Database connection string | |
| DB_HOST | No | Database host | |
| DB_NAME | No | Database name | |
| DB_PORT | No | Database port | |
| DB_TYPE | No | Database type (postgres, mysql, sqlite, etc.) | |
| DB_USER | No | Database username | |
| DB_MAX_ROWS | No | Maximum rows per query | 1000 |
| DB_PASSWORD | No | Database password | |
| DB_READONLY | No | Enable read-only mode | false |
| STORAGE_TYPE | No | Storage provider type (s3, oss, obs, etc.) | |
| HYBRIDHUB_PORT | No | HTTP port | 8080 |
| STORAGE_REGION | No | Storage region | |
| STORAGE_ENDPOINT | No | Storage endpoint URL | |
| HYBRIDHUB_API_KEY | No | API key for authentication | |
| STORAGE_ACCESS_KEY | No | Access key ID | |
| STORAGE_PATH_STYLE | No | Use path-style URLs (for MinIO) | false |
| STORAGE_SECRET_KEY | No | Secret access key | |
| HYBRIDHUB_TRANSPORT | No | Transport mode | stdio |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_sql | Execute SQL query on the 'sqlserver_local' database. Returns query results as JSON. |
| search_db_objects | Search database objects (schemas, tables, columns, procedures) on 'sqlserver_local'. Supports SQL LIKE patterns. |
| list_buckets | List all storage buckets available in the 'huawei_obs' source. Returns bucket names, creation dates, and locations. |
| list_objects | List objects in a bucket from the 'huawei_obs' source. Supports prefix filtering, delimiter for hierarchical listing, and pagination. |
| get_object | Retrieve the content of an object from the 'huawei_obs' source. Text files are returned as plain text, binary files as base64. Default max size: 10MB |
| get_object_metadata | Get metadata for an object from the 'huawei_obs' source without downloading content. Returns content type, size, last modified date, ETag, storage class, and custom metadata. |
| search_objects | Search for objects in a bucket from the 'huawei_obs' source. Supports filtering by prefix, suffix, extensions, glob patterns, file size, and modification date. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |