File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ The configuration file has the following fields:
91
91
To start an MCP server with authorization, use the `--authz-config` flag :
92
92
93
93
` ` ` 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
95
95
` ` `
96
96
97
97
Or with a YAML configuration :
98
98
99
99
` ` ` 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
101
101
` ` `
102
102
103
103
# # Writing Cedar policies
You can’t perform that action at this time.
0 commit comments