We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd403b commit 8787944Copy full SHA for 8787944
README.md
@@ -16,8 +16,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
16
uv sync
17
uv pip install playwright
18
uv run playwright install --with-deps --no-shell chromium
19
-uv run server --transport sse --port 8000 &
20
-uv run client
+uv run server --transport sse --port 8000
21
```
22
23
### supported clients
0 commit comments