Skip to content

Commit cc31cf1

Browse files
authored
updated readme (#14)
1 parent 5379800 commit cc31cf1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,16 @@ Use uvx directly in your MCP client config
6262
```
6363

6464
### Configuration
65-
`--allow-mutative-tools`: if specified, it will enable tools that can mutate broker states. Default is false.
65+
66+
#### CLI Arguments
67+
68+
- `--allow-mutative-tools`: Enable tools that can mutate the states of RabbitMQ. Default is false.
69+
- `--http`: Use Streamable HTTP transport instead of stdio.
70+
- `--server-port`: Port to run the MCP server on (default: 8888).
71+
- `--http-auth-jwks-uri`: JWKS URI for FastMCP Bearer Auth Provider.
72+
- `--http-auth-issuer`: Issuer for FastMCP Bearer Auth Provider.
73+
- `--http-auth-audience`: Audience for FastMCP Bearer Auth Provider.
74+
- `--http-auth-required-scopes`: Required scopes for FastMCP Bearer Auth Provider.
6675

6776
## Usage Examples
6877

0 commit comments

Comments
 (0)