Update readme to mention source .venv/bin/activate

This commit is contained in:
Traun Leyden 2026-04-26 16:09:54 +02:00
commit c8e2eac631

View file

@ -64,6 +64,14 @@ The rest of the env vars can be left as defaults.
## How To Test
First activate the `venv` by running:
```
$ source .venv/bin/activate
```
Then run the following scripts in different terminals.
### Step 1: Start MCP Server
```