Skip to content

Commit f45df45

Browse files
knielsen404lbeurerkellner
authored andcommitted
typos
1 parent 8f28d9f commit f45df45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/mcp-scan/proxying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ icon: bootstrap/hdd-network
77
# Proxying with `mcp-scan proxy`
88

99
<div class='subtitle'>
10-
Monitors, logs and safeguards all MCP traffic on your machine.
10+
Monitors, logs, and safeguards all MCP traffic on your machine.
1111
</div>
1212

13-
The `mcp-scan proxy` command temporarily intercepts the MCP traffic on your machine, using [Gateway](../guardrails/gateway.md), to safeguard and audit MCP calls on your machine. This allows you to inspect the runtime behavior of agents and tools, and to prevent attacks from e.g. untrusted sources (like websites or emails) that may try to exploit or hijack your agents.
13+
The `mcp-scan proxy` command temporarily intercepts the MCP traffic on your machine, using [Gateway](../guardrails/gateway.md), to safeguard and audit MCP calls on your machine. This allows you to inspect the runtime behavior of agents and tools, and to prevent attacks from e.g., untrusted sources (like websites or emails) that may try to exploit or hijack your agents.
1414

1515
`mcp-scan proxy` is a dynamic security layer that runs as long as the CLI process is running, and continuously monitors all MCP traffic on your machine.
1616

@@ -30,7 +30,7 @@ This transparently proxies all MCP calls on your machine, and logs them to the c
3030

3131
!!! note
3232

33-
Some MCP clients require a restart or a re-initialization of the proxied MCP server, for proxying to take effect.
33+
Some MCP clients require a restart or a re-initialization of the proxied MCP server for proxying to take effect.
3434

3535
**Output** (compact mode):
3636
```

docs/mcp-scan/scanning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ MCP-Scan searches through your configuration files to find MCP server configurat
4545
It then scans tool descriptions, both with local checks and by invoking Invariant Guardrailing via an API. For this, tool names and descriptions are shared with invariantlabs.ai. By using MCP-Scan, you agree to the invariantlabs.ai [terms of use](https://explorer.invariantlabs.ai/terms) and [privacy policy](https://invariantlabs.ai/privacy-policy).
4646

4747
Invariant Labs is collecting data for security research purposes (only about tool descriptions and how they change over time, not your user data). Don't use MCP-scan if you don't want to share your tools.
48-
You can run MCP-scan locally by using the `--local-only` flag. This will only run local checks and will not invoke the Invariant Guardrailing API, however it will not provide as accurate results as it just runs a local LLM-based policy check. This option requires an `OPENAI_API_KEY` environment variable to be set.
48+
You can run MCP-scan locally by using the `--local-only` flag. This will only run local checks and will not invoke the Invariant Guardrailing API, however, it will not provide as accurate results as it just runs a local LLM-based policy check. This option requires an `OPENAI_API_KEY` environment variable to be set.
4949

50-
MCP-scan does not store or log any usage data, i.e. the contents and results of your MCP tool calls.
50+
MCP-scan does not store or log any usage data, i.e., the contents and results of your MCP tool calls.
5151

5252
### Command Line Options
5353

54-
Next to the main `mcp-scan scan` command, MCP-scan supports a number of command line options. For more information use the `--help` flag, or see the [project README](http://github.com/invariantlabs-ai/mcp-scan).
54+
Next to the main `mcp-scan scan` command, MCP-scan supports a number of command line options. For more information, use the `--help` flag, or see the [project README](http://github.com/invariantlabs-ai/mcp-scan).
5555

5656
### Examples
5757

0 commit comments

Comments
 (0)