Skip to content

Commit 82a6bc9

Browse files
authored
docs: clarify uv usage guidance (#63)
1 parent aab88b6 commit 82a6bc9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ The project should handle natural-language searches and recommendations such as:
4242
- "Suggest a movie from the 90's with Glenn Close"
4343

4444
## Dependency Management
45-
- Use [uv](https://github.com/astral-sh/uv) for all Python dependency management and command execution.
45+
- Use [uv](https://github.com/astral-sh/uv) for all Python dependency management and command execution; do not fall back to `pip`, `poetry`, or other tools.
46+
- When inspecting installed packages, look inside the active uv-managed virtual environment (e.g., `.venv/`) rather than the system Python directories.
4647
- Install project and development dependencies with:
4748
```bash
4849
uv sync --extra dev

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcp-plex"
7-
version = "0.26.30"
7+
version = "0.26.31"
88

99
description = "Plex-Oriented Model Context Protocol Server"
1010
requires-python = ">=3.11,<3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)