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
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,13 @@ architecture-beta
54
54
The MCP server runs locally on the machine that runs the LLM frontend (eg Claude). The installation steps are simple
55
55
56
56
1. Clone or download this repository.
57
-
2. Install the [uv](https://docs.astral.sh/uv/guides/install-python/) package manager (note that the MCP server requires python 3.11 or later)
58
-
3. Do a sanity check by running the command and validating the output as shown below.
57
+
2. Install the [uv](https://docs.astral.sh/uv/getting-started/installation/) package manager (note that the MCP server requires python 3.11 or later)
58
+
- If you install this for the first time, restart your terminal at the end of the install
59
+
3. Ensure that you have python installed by running the command below. It should show python 3.11 or later (If you don't have python installed, follow the instructions [here](https://docs.astral.sh/uv/guides/install-python/) OR simply run `uv python install`)
60
+
```shell
61
+
$ uv python find
62
+
```
63
+
4. Do a sanity check by running the command and validating the output as shown below.
59
64
60
65
```shell
61
66
# cd <toplevel git dir> or add `--directory <toplevel git dir>`
0 commit comments