Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ The project should handle natural-language searches and recommendations such as:
- "Suggest a movie from the 90's with Glenn Close"

## Dependency Management
- Use [uv](https://github.com/astral-sh/uv) for all Python dependency management and command execution.
- 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.
- When inspecting installed packages, look inside the active uv-managed virtual environment (e.g., `.venv/`) rather than the system Python directories.
- Install project and development dependencies with:
```bash
uv sync --extra dev
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mcp-plex"
version = "0.26.30"
version = "0.26.31"

description = "Plex-Oriented Model Context Protocol Server"
requires-python = ">=3.11,<3.13"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.