Skip to content

Commit 139ee86

Browse files
committed
Adds tip about venv to command example
1 parent e24c1e1 commit 139ee86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/using/mcpgateway-wrapper.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ Open **File → Settings → Developer → Edit Config** and add:
159159
}
160160
```
161161

162+
> **Tip:** If you're using a virtual environment (venv), make sure to run the MCP client using the Python interpreter from that venv. This ensures that the `mcpgateway` module can be found and used correctly. For example:
163+
>
164+
> ```bash
165+
> /path/to/.venv/mcpgateway/bin/python
166+
> ```
167+
>
168+
> Replace `/path/to/.venv/mcpgateway/` with the actual path to your virtual environment.
169+
162170
Restart the app; the wrapper will appear in the tool list.
163171
164172
---

0 commit comments

Comments
 (0)