Commit b5c9d3a
authored
chore: library bumps (#57)
A combination of an older mcp client version and newer desktop-commander
(>=0.2.5) results in a hang in the client.
This PR bumps min versions to avoid that issue for other unsuspecting
devs, requiring more recent (as of writing) `mcp` library and
`desktop-commander` versions (which is a good thing anyway).
Also updates claude model references to the latest:
`claude-sonnet-4-20250514`.
#### Test instructions:
Functionality:
```
# As usual, make sure you have your UNSTRUCTURED_API_KEY and ANTHROPIC_API_KEY set in your .env
# Run the server:
uv run python uns_mcp/server.py --host 127.0.0.1 --port 8080
# Run the client (in different terminal):
uv run python minimal_client/client.py "http://127.0.0.1:8080/sse" "@wonderwhy-er/desktop-commander@^0.2.11"
# make sure you can list workflows, or ask about files in your local system (what the desktop-commander mcp server provides)
```
convenience command `uv-lock-update` to update uv.lock (ignoring any
private index env vars that could get in the way)
```
make uv-lock-update
```1 parent ef58e67 commit b5c9d3a
6 files changed
Lines changed: 1045 additions & 603 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments