Skip to content

Commit 1cd3fd1

Browse files
committed
chore(examples): remove standalone scripts
1 parent b29815b commit 1cd3fd1

5 files changed

Lines changed: 1 addition & 97 deletions

File tree

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ new S3QuoiaMCP({
450450

451451
## Examples
452452

453-
The `examples/` directory contains a local interactive demo and standalone scripts. All examples target a local MinIO instance — you'll need [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. Both are bundled with Docker Desktop on Mac and Windows; on Linux, install the Compose plugin separately.
453+
The `examples/` directory contains a local interactive demo. It targets a local MinIO instance — you'll need [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. Both are bundled with Docker Desktop on Mac and Windows; on Linux, install the Compose plugin separately.
454454

455455
### Interactive demo
456456

@@ -467,26 +467,6 @@ Then open [http://localhost:3000](http://localhost:3000). The editor has five pr
467467
npm run demo:down # stop MinIO
468468
```
469469

470-
### Standalone scripts
471-
472-
Run any script directly after MinIO is up:
473-
474-
```bash
475-
npm run demo:up # if not already running
476-
node examples/scripts/basic-query.js # fetch the first 10 sales rows
477-
node examples/scripts/glob-pattern.js # filter to Jan–Feb with a brace glob
478-
node examples/scripts/date-range.js # use {from}/{to} date tokens
479-
node examples/scripts/ibm-cos.js # IBM Cloud Object Storage (requires env vars)
480-
```
481-
482-
For the IBM COS script, set these environment variables first:
483-
484-
```bash
485-
export IBM_COS_API_KEY=your-api-key
486-
export IBM_COS_ENDPOINT=https://s3.us-south.cloud-object-storage.appdomain.cloud
487-
export IBM_COS_BUCKET=your-bucket
488-
```
489-
490470
## License
491471

492472
MIT

examples/scripts/basic-query.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/scripts/date-range.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/scripts/glob-pattern.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/scripts/ibm-cos.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)