mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 00:04:45 -08:00
714 B
714 B
Tech Context
Technologies used
- Python (for the MCP server application)
- Docker (for containerization)
pip(for Python package management)
Development setup
- Current: Local Python development environment.
- Target: Dockerized application runnable in any Docker-compatible environment.
Technical constraints
- The Docker container must successfully run the
unraid-mcp-server.pyscript. - All dependencies listed in
requirements.txtmust be installed in the Docker image. - The container should be configurable via environment variables (e.g., for API keys, server address/port if applicable).
- The necessary network ports used by the MCP server must be exposed by the Docker container.