Skip to content

docs: fix quick-start venv setup and MCP command in README#563

Open
pprieri wants to merge 1 commit into
databricks-solutions:mainfrom
pprieri:docs/fix-mcp-quickstart-venv-command
Open

docs: fix quick-start venv setup and MCP command in README#563
pprieri wants to merge 1 commit into
databricks-solutions:mainfrom
pprieri:docs/fix-mcp-quickstart-venv-command

Conversation

@pprieri

@pprieri pprieri commented Jun 14, 2026

Copy link
Copy Markdown

Step 2 was calling uv pip install without first creating a venv, which fails because uv requires an explicit environment target. Added uv venv .venv and pinned installs to that venv with --python .venv/bin/python.

Step 4 used uv run --directory /path/to/ai-dev-kit, but there is no pyproject.toml at the repo root, so uv has no project to resolve and cannot guarantee the packages installed in Step 2 are on the path. Replaced with the direct venv interpreter path, which is also what install.sh generates when it writes the MCP config automatically.

Step 2 was calling `uv pip install` without first creating a venv, which
fails because uv requires an explicit environment target. Added `uv venv
.venv` and pinned installs to that venv with `--python .venv/bin/python`.

Step 4 used `uv run --directory /path/to/ai-dev-kit`, but there is no
`pyproject.toml` at the repo root, so uv has no project to resolve and
cannot guarantee the packages installed in Step 2 are on the path.
Replaced with the direct venv interpreter path, which is also what
`install.sh` generates when it writes the MCP config automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant