Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINIO_PORT | No | MinIO server port (default 9000) | 9000 |
| MINIO_REGION | No | MinIO region setting | |
| MINIO_USE_SSL | No | Whether to use SSL connection (default false) | false |
| MINIO_ENDPOINT | No | MinIO server address | |
| MINIO_ACCESS_KEY | No | MinIO access key | |
| MINIO_SECRET_KEY | No | MinIO secret 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 |
|---|---|
| connect_minio | 连接到MinIO服务器 |
| list_buckets | 列出所有存储桶 |
| create_bucket | 创建存储桶 |
| delete_bucket | 删除存储桶 |
| bucket_exists | 检查存储桶是否存在 |
| list_objects | 列出存储桶中的对象 |
| upload_file | 上传文件到存储桶 |
| download_file | 从存储桶下载文件 |
| delete_object | 删除存储桶中的对象 |
| delete_objects | 批量删除存储桶中的对象 |
| copy_object | 复制对象 |
| get_object_info | 获取对象信息 |
| generate_presigned_url | 生成预签名URL |
| get_storage_stats | 获取存储统计信息 |
| upload_files | 批量上传文件 |
| download_files | 批量下载文件 |
| set_bucket_policy | 设置存储桶策略 |
| get_bucket_policy | 获取存储桶策略 |
| delete_bucket_policy | 删除存储桶策略 |