Skip to content

Commit 6478a71

Browse files
authored
Remove old occurance of --port in docs (#1372)
1 parent 8577567 commit 6478a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ The configuration file has the following fields:
9191
To start an MCP server with authorization, use the `--authz-config` flag:
9292

9393
```bash
94-
thv run --transport sse --name my-mcp-server --port 8080 --authz-config /path/to/authz-config.json my-mcp-server-image:latest -- my-mcp-server-args
94+
thv run --transport sse --name my-mcp-server --proxy-port 8080 --authz-config /path/to/authz-config.json my-mcp-server-image:latest -- my-mcp-server-args
9595
```
9696

9797
Or with a YAML configuration:
9898

9999
```bash
100-
thv run --transport sse --name my-mcp-server --port 8080 --authz-config /path/to/authz-config.yaml my-mcp-server-image:latest -- my-mcp-server-args
100+
thv run --transport sse --name my-mcp-server --proxy-port 8080 --authz-config /path/to/authz-config.yaml my-mcp-server-image:latest -- my-mcp-server-args
101101
```
102102

103103
## Writing Cedar policies

0 commit comments

Comments
 (0)