Commit 31f58a6
fix: correct click-to-mcp install advice to working git+ URL (#43)
click-to-mcp is not published on PyPI (pip install click-to-mcp -> 'No
matching distribution found'), so the runtime error messages that tell
users to 'pip install click-to-mcp' are wrong and leave them stuck.
This restores the git+ install form (previously added in a5874e0 and
accidentally reverted by aa004b0) across cli.py and mcp_server.py.
Reviewed and approved by council_gate_code_edit (APPROVE).
Co-authored-by: senior-dev-rotation-B <agent@cowork-ops.local>1 parent 5ad2e51 commit 31f58a6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments