https://github.com/monai/mitmproxy-scripts
https://github.com/monai/mitmproxy-scripts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monai/mitmproxy-scripts
- Owner: monai
- Created: 2026-01-16T14:58:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-18T12:24:22.000Z (5 months ago)
- Last Synced: 2026-01-18T19:07:03.556Z (5 months ago)
- Language: Jinja
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mitmproxy-scripts
Install mitmproxy with the required dependencies:
```shell
uv tool install --with "Jinja2,openai,pydantic,pyyaml" mitmproxy
```
Run:
```shell
mitmweb --mode reverse:http://127.0.0.1:8023 --listen-port 8013 --script scripts/llama_cpp.py
```