Skip to content

Commit 1dc9d18

Browse files
authored
Update proxying.md
1 parent 4ca04d0 commit 1dc9d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mcp-scan/proxying.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `mcp-scan proxy` command temporarily intercepts the MCP traffic on your mach
2121
To get started, run the following command in your terminal:
2222

2323
```
24-
uvx mcp-scan@latest proxy
24+
uvx --with "mcp-scan[proxy]" mcp-scan@latest proxy
2525
```
2626

2727
As visible from the output, this temporarily rewrites all MCP server configurations across your machine, to route calls via [Gateway](../guardrails/gateway.md), allowing you to inspect and guardrail MCP calls.
@@ -84,4 +84,4 @@ mcp-scan proxy path/to/client/json
8484
8585
# use single-line trace logging format
8686
mcp-scan proxy --pretty oneline
87-
```
87+
```

0 commit comments

Comments
 (0)