You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv init # if not already in an initialized project
44
+
uv add ucp-sdk
48
45
```
49
46
47
+
> **Note:**`uv add` requires an initialized project directory. If you're not starting a new project, ensure you're in a directory with a `pyproject.toml` file, or run `uv init` first.
0 commit comments