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: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
- Qdrant model metadata is tracked locally in a supported mapping so the loader
no longer depends on the private `_get_model_params` helper removed in newer
clients.
- Qdrant collection setup now happens before media ingestion and loader
streaming schedules asynchronous upsert tasks once the configurable buffer is
filled so fetching can continue while points are written.

## User Queries
The project should handle natural-language searches and recommendations such as:
Expand Down
2 changes: 1 addition & 1 deletion docker/pyproject.deps.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-plex"
version = "0.26.38"
version = "0.26.41"
requires-python = ">=3.11,<3.13"
dependencies = [
"fastmcp>=2.11.2",
Expand Down
Loading