Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/03-runtime-security-with-prooflayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ProofLayer Runtime Security acts as a transparent HTTP proxy between your MCP cl
## Step 1: Install ProofLayer

```bash
pip install prooflayer-runtime
pip install prooflayer-rules
```

Verify the installation:
Expand Down Expand Up @@ -211,7 +211,7 @@ Each report includes the threat type, tool name, arguments, risk score, matched

## Configuration

ProofLayer can be configured via a `prooflayer.yaml` file. See the [Configuration Reference](https://github.com/prooflayer/prooflayer-runtime/blob/main/docs/configuration.md) for details on:
ProofLayer can be configured via a `prooflayer.yaml` file. See the [Configuration Reference](https://github.com/sinewaveai/prooflayer-rules/blob/main/docs/configuration.md) for details on:

- Custom detection rules
- Score thresholds (ALLOW/WARN/BLOCK/KILL)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/demo-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Step-by-step demo showing ProofLayer blocking three real-world attack scenarios
### 1. Install ProofLayer

```bash
pip install prooflayer-runtime
pip install prooflayer-rules
```

### 2. Start simple-mcp (backend on port 8081)
Expand Down
Loading