Add prerequisites section with uv install instructions#1
Conversation
Users were confused about needing uvx installed before the MCP server can run. This adds clear install commands for macOS/Linux and Windows.
MarkvanMents
left a comment
There was a problem hiding this comment.
Thanks for that - just a quick comment on the PR.
|
|
||
| Version-aware search across Studio Pro 8–11, powered by SQLite FTS5 with BM25 ranking. Auto-builds the index on first run — no setup required. | ||
|
|
||
| ## Prerequisites |
There was a problem hiding this comment.
Should we also include Python as a prerequisite, or will that be automatically installed with Claude Code/Cursor.
Should we also mention Claude Code/Cursor as prerequisites - and perhaps some other LLM. Or is that too obvious?
There was a problem hiding this comment.
Python is not a prerequisite, uv automatically downloads the required Python version if it's not already present on the system. This is documented at https://docs.astral.sh/uv/concepts/python-versions/#installing-a-python-version
There was a problem hiding this comment.
Where as Claude Code/Cursor is obvious, if thats needed i could add it
Clarify that Python is not a prerequisite (uv manages it automatically) and mention MCP client requirement.
MarkvanMents
left a comment
There was a problem hiding this comment.
Thanks for this.
I'll look at linking to it from our documentation.
Summary
uv/uvx(macOS/Linux and Windows)uvx --version)uvxis not installed and the MCP server fails to startContext
Users reported the server not working in Claude Desktop because
uvxwasn't installed. This was raised in Slack — the README previously assumed users already haduvavailable.