Skip to content

Commit 1423567

Browse files
authored
Fix command line argument conflicts in README
1 parent 7d41716 commit 1423567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This will automatically download and install the latest release for your platfor
2929

3030
`mcp-v8` supports the following command line arguments:
3131

32-
- `--s3-bucket <bucket>`: Use AWS S3 for heap snapshots. Specify the S3 bucket name. (Conflicts with `--directory-path` and `--stateless`)
33-
- `--directory-path <path>`: Use a local directory for heap snapshots. Specify the directory path. (Conflicts with `--s3-bucket` and `--stateless`)
32+
- `--s3-bucket <bucket>`: Use AWS S3 for heap snapshots. Specify the S3 bucket name. (Conflicts with `--stateless`)
33+
- `--directory-path <path>`: Use a local directory for heap snapshots. Specify the directory path. (Conflicts with `--stateless`)
3434
- `--stateless`: Run in stateless mode - no heap snapshots are saved or loaded. Each JavaScript execution starts with a fresh V8 isolate. (Conflicts with `--s3-bucket` and `--directory-path`)
3535
- `--http-port <port>`: Enable HTTP transport on the specified port. If not provided, the server uses stdio transport (default).
3636
- `--sse-port <port>`: Enable SSE (Server-Sent Events) transport on the specified port. (Conflicts with `--http-port`)

0 commit comments

Comments
 (0)