Commit Graph

4 Commits

Author SHA1 Message Date
Ben
2ad1aff807 Fix: Include README.md in Docker build context for pyproject.toml
All checks were successful
Build and Push Plex MCP Docker Image / build (push) Successful in 30s
2025-12-28 05:31:14 +00:00
Ben
b5870a102e Fix: Update workflow to match working pattern with catthehacker/ubuntu container
Some checks failed
Build and Push Plex MCP Docker Image / build (push) Failing after 26s
2025-12-28 05:29:58 +00:00
Ben
06399c273b Fix: Simplify Gitea Actions workflow to use docker runner
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
2025-12-28 05:29:04 +00:00
Ben
9931bdf2e4 Initial commit: Plex MCP server with 6 tools and API passthrough
Some checks failed
Build and Push Docker Image / build (push) Failing after 0s
- get_libraries: List all library sections
- search_library: Search for media by title
- get_metadata: Get detailed item info by rating key
- get_recently_added: Get recently added content
- refresh_library: Trigger library scan
- plex_api_call: Raw API passthrough for any endpoint
- search_api_docs: Search OpenAPI spec for endpoint documentation

Includes Docker support and Gitea Actions workflow for container builds.
2025-12-28 05:26:43 +00:00