initial commit: Plex Age Limit Setter

FastAPI service that syncs content ratings on Plex libraries,
with MCP tool server, scheduled sync, and Podman Quadlet deployment.
This commit is contained in:
2026-07-09 23:38:31 +02:00
commit 3d6a2008bb
11 changed files with 845 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fastapi>=0.103
uvicorn>=0.49
PlexAPI>=4.18
pydantic-settings>=2.0
requests>=2.31