Skip to content

Commit 9fb3d2d

Browse files
committed
fix: add uv dependency for python-json-logger
1 parent f037416 commit 9fb3d2d

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Diff for: .env.example

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ CHROME_PATH=
55
OPENAI_API_KEY=your-api-key-here
66

77
# Set to true if you want api calls to wait for tasks to complete (default is false)
8-
PATIENT=false
8+
PATIENT=false
9+
10+
# Set to true if you want to disable anonymous telemetry (default is false)
11+
ANONYMIZED_TELEMETRY=false

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Install prerequisites
2121
curl -LsSf https://astral.sh/uv/install.sh | sh
2222
uv tool install mcp-proxy
23+
uv tool update-shell
2324
```
2425

2526
## Environment

Diff for: uv.lock

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)