Skip to content

Conversation

@Teagan42
Copy link
Contributor

What

  • instantiate Qdrant client in PlexServer and expose as server.qdrant_client
  • update server methods to use the new client attribute and adjust tests
  • document architecture change and bump version to 0.26.10

Why

  • centralizes Qdrant client state on the server instance and simplifies testing

Affects

  • mcp_plex/server.py
  • tests/test_server.py
  • AGENTS.md, pyproject.toml

Testing

  • uv run ruff check .
  • uv run pytest

Documentation

  • updated AGENTS.md to note the new client initialization location

https://chatgpt.com/codex/tasks/task_e_68c64a12d3b4832892a04829b0bcaa7b

@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
mcp_plex
   loader.py1971095%32–34, 331, 334–338, 663
   server.py3072193%91, 111–112, 234, 462, 466, 486–490, 522, 532, 563–564, 581–582, 605, 608–609, 668
TOTAL6083195% 

Tests Skipped Failures Errors Time
29 0 💤 0 ❌ 0 🔥 32.848s ⏱️

@Teagan42 Teagan42 merged commit 2efdc9a into main Sep 14, 2025
4 checks passed
@Teagan42 Teagan42 deleted the codex/move-client-creation-to-plexserver-init branch September 14, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants