File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments