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
Document the uv-based MCP server launch and add PyPhi/GitHub install forms
The MCP how-to led with a bare `pyphi-mcp` command, which a client cannot
find when the script lives in a project virtual environment (the client
launches the server with its own PATH, not the shell's). Rework the Connect
section to launch through `uvx --from "pyphi[mcp]" pyphi-mcp`, needing no
activation or absolute path, and scope the absolute-path fallback to GUI
clients like Claude Desktop that do not inherit the shell PATH. Show both the
PyPI and GitHub install forms.
Add a primer note steering the connected agent to the project's virtual
environment (e.g. `uv run python`) rather than the bare system `python` when
it runs PyPhi in a shell.
0 commit comments